@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSMarketplaceEntitlementAsync extends AbstractAWSMarketplaceEntitlement implements AWSMarketplaceEntitlementAsync
AWSMarketplaceEntitlementAsync
. Convenient method forms pass through to the
corresponding overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<GetEntitlementsResult> |
getEntitlementsAsync(GetEntitlementsRequest request)
GetEntitlements retrieves entitlement values for a given product.
|
Future<GetEntitlementsResult> |
getEntitlementsAsync(GetEntitlementsRequest request,
AsyncHandler<GetEntitlementsRequest,GetEntitlementsResult> asyncHandler)
GetEntitlements retrieves entitlement values for a given product.
|
getCachedResponseMetadata, getEntitlements, shutdown
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCachedResponseMetadata, getEntitlements, shutdown
public Future<GetEntitlementsResult> getEntitlementsAsync(GetEntitlementsRequest request)
AWSMarketplaceEntitlementAsync
GetEntitlements retrieves entitlement values for a given product. The results can be filtered based on customer identifier or product dimensions.
getEntitlementsAsync
in interface AWSMarketplaceEntitlementAsync
request
- The GetEntitlementsRequest contains parameters for the GetEntitlements operation.public Future<GetEntitlementsResult> getEntitlementsAsync(GetEntitlementsRequest request, AsyncHandler<GetEntitlementsRequest,GetEntitlementsResult> asyncHandler)
AWSMarketplaceEntitlementAsync
GetEntitlements retrieves entitlement values for a given product. The results can be filtered based on customer identifier or product dimensions.
getEntitlementsAsync
in interface AWSMarketplaceEntitlementAsync
request
- 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.