| Package | Description |
|---|---|
| com.amazonaws.services.pricing |
AWS Price List Service API (AWS Price List Service) is a centralized and convenient way to programmatically query
Amazon Web Services for services, products, and pricing information.
|
| com.amazonaws.services.pricing.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetAttributeValuesResult> |
AWSPricingAsync.getAttributeValuesAsync(GetAttributeValuesRequest getAttributeValuesRequest,
AsyncHandler<GetAttributeValuesRequest,GetAttributeValuesResult> asyncHandler)
Returns a list of attribute values.
|
Future<GetAttributeValuesResult> |
AbstractAWSPricingAsync.getAttributeValuesAsync(GetAttributeValuesRequest request,
AsyncHandler<GetAttributeValuesRequest,GetAttributeValuesResult> asyncHandler) |
Future<GetAttributeValuesResult> |
AWSPricingAsyncClient.getAttributeValuesAsync(GetAttributeValuesRequest request,
AsyncHandler<GetAttributeValuesRequest,GetAttributeValuesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetAttributeValuesRequest |
GetAttributeValuesRequest.clone() |
GetAttributeValuesRequest |
GetAttributeValuesRequest.withAttributeName(String attributeName)
The name of the attribute that you want to retrieve the values for, such as
volumeType. |
GetAttributeValuesRequest |
GetAttributeValuesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in response.
|
GetAttributeValuesRequest |
GetAttributeValuesRequest.withNextToken(String nextToken)
The pagination token that indicates the next set of results that you want to retrieve.
|
GetAttributeValuesRequest |
GetAttributeValuesRequest.withServiceCode(String serviceCode)
The service code for the service whose attributes you want to retrieve.
|
Copyright © 2020. All rights reserved.