MarketplaceEntitlementServiceClient Class
(QtAws::MarketplaceEntitlementService::MarketplaceEntitlementServiceClient)The MarketplaceEntitlementServiceClient class provides access to the AWS Marketplace Entitlement Service service. More...
| Header: | #include <MarketplaceEntitlementServiceClient> |
| Inherits: | QtAws::Core::AwsAbstractClient |
Public Functions
| MarketplaceEntitlementServiceClient(const QtAws::Core::AwsRegion::Region region = QtAws::Core::AwsRegion::InvalidRegion, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0) | |
| MarketplaceEntitlementServiceClient(const QUrl &endpoint, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0) |
- 12 public functions inherited from QtAws::Core::AwsAbstractClient
Public Slots
| GetEntitlementsResponse * | getEntitlements(const GetEntitlementsRequest &request) |
Additional Inherited Members
- 2 protected functions inherited from QtAws::Core::AwsAbstractClient
Detailed Description
The MarketplaceEntitlementServiceClient class provides access to the AWS Marketplace Entitlement Service service.
<fullname>AWS Marketplace Entitlement Service</fullname>
This reference provides descriptions of the AWS Marketplace Entitlement Service
API>
AWS Marketplace Entitlement Service is used to determine the entitlement of a customer to a given product. An entitlement represents capacity in a product owned by the customer. For example, a customer might own some number of users or seats in an SaaS application or some amount of data capacity in a multi-tenant
database>
<b>Getting Entitlement Records</b>
</p <ul> <li>
<i>GetEntitlements</i>- Gets the entitlements for a Marketplace
Member Function Documentation
MarketplaceEntitlementServiceClient::MarketplaceEntitlementServiceClient(const QtAws::Core::AwsRegion::Region region = QtAws::Core::AwsRegion::InvalidRegion, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)
Constructs a MarketplaceEntitlementServiceClient object.
The new client object will region, credentials, and manager for network operations.
The new object will be owned by parent, if set.
MarketplaceEntitlementServiceClient::MarketplaceEntitlementServiceClient(const QUrl &endpoint, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)
This function overloads MarketplaceEntitlementServiceClient().
This overload allows the caller to specify the specific endpoint to send requests to. Typically, it is easier to use the alternative constructor, which allows the caller to specify an AWS region instead, in which case this client will determine the correct endpoint for the given region automatically (via AwsEndpoint::getEndpoint).
See also QtAws::Core::AwsEndpoint::getEndpoint.
[slot] GetEntitlementsResponse *MarketplaceEntitlementServiceClient::getEntitlements(const GetEntitlementsRequest &request)
Sends request to the MarketplaceEntitlementServiceClient service, and returns a pointer to an GetEntitlementsResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
GetEntitlements retrieves entitlement values for a given product. The results can be filtered based on customer identifier or product
© 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.