| 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 |
|---|---|
GetProductsResult |
AWSPricingClient.getProducts(GetProductsRequest request)
Returns a list of all products that match the filter criteria.
|
GetProductsResult |
AWSPricing.getProducts(GetProductsRequest getProductsRequest)
Returns a list of all products that match the filter criteria.
|
GetProductsResult |
AbstractAWSPricing.getProducts(GetProductsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetProductsResult> |
AWSPricingAsyncClient.getProductsAsync(GetProductsRequest request,
AsyncHandler<GetProductsRequest,GetProductsResult> asyncHandler) |
Future<GetProductsResult> |
AbstractAWSPricingAsync.getProductsAsync(GetProductsRequest request,
AsyncHandler<GetProductsRequest,GetProductsResult> asyncHandler) |
Future<GetProductsResult> |
AWSPricingAsync.getProductsAsync(GetProductsRequest getProductsRequest,
AsyncHandler<GetProductsRequest,GetProductsResult> asyncHandler)
Returns a list of all products that match the filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
GetProductsResult |
GetProductsResult.clone() |
GetProductsResult |
GetProductsResult.withFormatVersion(String formatVersion)
The format version of the response.
|
GetProductsResult |
GetProductsResult.withNextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
|
GetProductsResult |
GetProductsResult.withPriceList(Collection<String> priceList)
The list of products that match your filters.
|
GetProductsResult |
GetProductsResult.withPriceList(String... priceList)
The list of products that match your filters.
|
Copyright © 2022. All rights reserved.