@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSPricingAsync extends AbstractAWSPricing implements AWSPricingAsync
AWSPricingAsync. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler, which throws an
UnsupportedOperationException.ENDPOINT_PREFIXdescribeServices, getAttributeValues, getCachedResponseMetadata, getProducts, shutdownequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdescribeServices, getAttributeValues, getCachedResponseMetadata, getProducts, shutdownpublic Future<DescribeServicesResult> describeServicesAsync(DescribeServicesRequest request)
AWSPricingAsync
Returns the metadata for one service or a list of the metadata for all services. Use this without a service code
to get the service codes for all services. Use it with a service code, such as AmazonEC2, to get
information specific to that service, such as the attribute names available for that service. For example, some
of the attribute names available for EC2 are volumeType, maxIopsVolume,
operation, locationType, and instanceCapacity10xlarge.
describeServicesAsync in interface AWSPricingAsyncpublic Future<DescribeServicesResult> describeServicesAsync(DescribeServicesRequest request, AsyncHandler<DescribeServicesRequest,DescribeServicesResult> asyncHandler)
AWSPricingAsync
Returns the metadata for one service or a list of the metadata for all services. Use this without a service code
to get the service codes for all services. Use it with a service code, such as AmazonEC2, to get
information specific to that service, such as the attribute names available for that service. For example, some
of the attribute names available for EC2 are volumeType, maxIopsVolume,
operation, locationType, and instanceCapacity10xlarge.
describeServicesAsync in interface AWSPricingAsyncasyncHandler - 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.public Future<GetAttributeValuesResult> getAttributeValuesAsync(GetAttributeValuesRequest request)
AWSPricingAsyncReturns a list of attribute values. Attibutes are similar to the details in a Price List API offer file. For a list of available attributes, see Offer File Definitions in the AWS Billing and Cost Management User Guide.
getAttributeValuesAsync in interface AWSPricingAsyncpublic Future<GetAttributeValuesResult> getAttributeValuesAsync(GetAttributeValuesRequest request, AsyncHandler<GetAttributeValuesRequest,GetAttributeValuesResult> asyncHandler)
AWSPricingAsyncReturns a list of attribute values. Attibutes are similar to the details in a Price List API offer file. For a list of available attributes, see Offer File Definitions in the AWS Billing and Cost Management User Guide.
getAttributeValuesAsync in interface AWSPricingAsyncasyncHandler - 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.public Future<GetProductsResult> getProductsAsync(GetProductsRequest request)
AWSPricingAsyncReturns a list of all products that match the filter criteria.
getProductsAsync in interface AWSPricingAsyncpublic Future<GetProductsResult> getProductsAsync(GetProductsRequest request, AsyncHandler<GetProductsRequest,GetProductsResult> asyncHandler)
AWSPricingAsyncReturns a list of all products that match the filter criteria.
getProductsAsync in interface AWSPricingAsyncasyncHandler - 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.