@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_PREFIX
describeServices, getAttributeValues, getCachedResponseMetadata, getProducts, shutdown
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
describeServices, getAttributeValues, getCachedResponseMetadata, getProducts, shutdown
public 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 AWSPricingAsync
public 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 AWSPricingAsync
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.public Future<GetAttributeValuesResult> getAttributeValuesAsync(GetAttributeValuesRequest request)
AWSPricingAsync
Returns 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 AWSPricingAsync
public Future<GetAttributeValuesResult> getAttributeValuesAsync(GetAttributeValuesRequest request, AsyncHandler<GetAttributeValuesRequest,GetAttributeValuesResult> asyncHandler)
AWSPricingAsync
Returns 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 AWSPricingAsync
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.public Future<GetProductsResult> getProductsAsync(GetProductsRequest request)
AWSPricingAsync
Returns a list of all products that match the filter criteria.
getProductsAsync
in interface AWSPricingAsync
public Future<GetProductsResult> getProductsAsync(GetProductsRequest request, AsyncHandler<GetProductsRequest,GetProductsResult> asyncHandler)
AWSPricingAsync
Returns a list of all products that match the filter criteria.
getProductsAsync
in interface AWSPricingAsync
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.