| Package | Description |
|---|---|
| com.amazonaws.services.pricing |
Amazon Web Services Price List API 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 |
|---|---|
GetAttributeValuesResult |
AbstractAWSPricing.getAttributeValues(GetAttributeValuesRequest request) |
GetAttributeValuesResult |
AWSPricingClient.getAttributeValues(GetAttributeValuesRequest request)
Returns a list of attribute values.
|
GetAttributeValuesResult |
AWSPricing.getAttributeValues(GetAttributeValuesRequest getAttributeValuesRequest)
Returns a list of attribute values.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetAttributeValuesResult> |
AbstractAWSPricingAsync.getAttributeValuesAsync(GetAttributeValuesRequest request,
AsyncHandler<GetAttributeValuesRequest,GetAttributeValuesResult> asyncHandler) |
Future<GetAttributeValuesResult> |
AWSPricingAsync.getAttributeValuesAsync(GetAttributeValuesRequest getAttributeValuesRequest,
AsyncHandler<GetAttributeValuesRequest,GetAttributeValuesResult> asyncHandler)
Returns a list of attribute values.
|
Future<GetAttributeValuesResult> |
AWSPricingAsyncClient.getAttributeValuesAsync(GetAttributeValuesRequest request,
AsyncHandler<GetAttributeValuesRequest,GetAttributeValuesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetAttributeValuesResult |
GetAttributeValuesResult.clone() |
GetAttributeValuesResult |
GetAttributeValuesResult.withAttributeValues(AttributeValue... attributeValues)
The list of values for an attribute.
|
GetAttributeValuesResult |
GetAttributeValuesResult.withAttributeValues(Collection<AttributeValue> attributeValues)
The list of values for an attribute.
|
GetAttributeValuesResult |
GetAttributeValuesResult.withNextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
|
Copyright © 2023. All rights reserved.