MeterUsageRequest Class
(QtAws::MarketplaceMetering::MeterUsageRequest)The MeterUsageRequest class provides an interface for MarketplaceMetering MeterUsage requests. More...
| Header: | #include <MeterUsageRequest> |
| Inherits: | QtAws::MarketplaceMetering::MarketplaceMeteringRequest |
Public Functions
| MeterUsageRequest(const MeterUsageRequest &other) | |
| MeterUsageRequest() |
Reimplemented Public Functions
| virtual bool | isValid() const override |
- 7 public functions inherited from QtAws::MarketplaceMetering::MarketplaceMeteringRequest
- 7 public functions inherited from QtAws::Core::AwsAbstractRequest
Reimplemented Protected Functions
| virtual QtAws::Core::AwsAbstractResponse * | response(QNetworkReply * const reply) const override |
- 7 protected functions inherited from QtAws::MarketplaceMetering::MarketplaceMeteringRequest
- 4 protected functions inherited from QtAws::Core::AwsAbstractRequest
Detailed Description
The MeterUsageRequest class provides an interface for MarketplaceMetering MeterUsage requests.
<fullname>AWS Marketplace Metering Service</fullname>
This reference provides descriptions of the low-level AWS Marketplace Metering Service
API>
AWS Marketplace sellers can use this API to submit usage data for custom usage
dimensions>
<b>Submitting Metering Records</b>
</p <ul> <li>
<i>MeterUsage</i>- Submits the metering record for a Marketplace product. MeterUsage is called from an EC2
instance> </li> <li>
<i>BatchMeterUsage</i>- Submits the metering record for a set of customers. BatchMeterUsage is called from a software-as-a-service (SaaS)
application> </li> </ul>
<b>Accepting New Customers</b>
</p <ul> <li>
<i>ResolveCustomer</i>- Called by a SaaS application during the registration process. When a buyer visits your website during the registration process, the buyer submits a Registration Token through the browser. The Registration Token is resolved through this API to obtain a CustomerIdentifier and Product
See also MarketplaceMeteringClient::meterUsage.
Member Function Documentation
MeterUsageRequest::MeterUsageRequest(const MeterUsageRequest &other)
Constructs a copy of other.
MeterUsageRequest::MeterUsageRequest()
Constructs a MeterUsageRequest object.
[override virtual] bool MeterUsageRequest::isValid() const
Reimplemented from AwsAbstractRequest::isValid().
[override virtual protected] QtAws::Core::AwsAbstractResponse *MeterUsageRequest::response(QNetworkReply * const reply) const
Reimplemented from AwsAbstractRequest::response().
Returns a MeterUsageResponse object to process reply.
See also QtAws::Core::AwsAbstractClient::send.
© 2018 Paul Colby Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.