@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSMarketplaceEntitlementAsync extends AWSMarketplaceEntitlement
AsyncHandler
can be
used to receive notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSMarketplaceEntitlementAsync
instead.
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.
Getting Entitlement Records
GetEntitlements- Gets the entitlements for a Marketplace product.
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<GetEntitlementsResult> |
getEntitlementsAsync(GetEntitlementsRequest getEntitlementsRequest)
GetEntitlements retrieves entitlement values for a given product.
|
Future<GetEntitlementsResult> |
getEntitlementsAsync(GetEntitlementsRequest getEntitlementsRequest,
AsyncHandler<GetEntitlementsRequest,GetEntitlementsResult> asyncHandler)
GetEntitlements retrieves entitlement values for a given product.
|
getCachedResponseMetadata, getEntitlements, shutdown
Future<GetEntitlementsResult> getEntitlementsAsync(GetEntitlementsRequest getEntitlementsRequest)
GetEntitlements retrieves entitlement values for a given product. The results can be filtered based on customer identifier or product dimensions.
getEntitlementsRequest
- The GetEntitlementsRequest contains parameters for the GetEntitlements operation.Future<GetEntitlementsResult> getEntitlementsAsync(GetEntitlementsRequest getEntitlementsRequest, AsyncHandler<GetEntitlementsRequest,GetEntitlementsResult> asyncHandler)
GetEntitlements retrieves entitlement values for a given product. The results can be filtered based on customer identifier or product dimensions.
getEntitlementsRequest
- The GetEntitlementsRequest contains parameters for the GetEntitlements operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.