| 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) |
Future<GetProductsResult> |
AWSPricingAsyncClient.getProductsAsync(GetProductsRequest request) |
Future<GetProductsResult> |
AWSPricingAsync.getProductsAsync(GetProductsRequest getProductsRequest)
Returns a list of all products that match the filter criteria.
|
Future<GetProductsResult> |
AbstractAWSPricingAsync.getProductsAsync(GetProductsRequest request) |
Future<GetProductsResult> |
AWSPricingAsyncClient.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.
|
Future<GetProductsResult> |
AbstractAWSPricingAsync.getProductsAsync(GetProductsRequest request,
AsyncHandler<GetProductsRequest,GetProductsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetProductsResult> |
AWSPricingAsyncClient.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.
|
Future<GetProductsResult> |
AbstractAWSPricingAsync.getProductsAsync(GetProductsRequest request,
AsyncHandler<GetProductsRequest,GetProductsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetProductsRequest |
GetProductsRequest.clone() |
GetProductsRequest |
GetProductsRequest.withFilters(Collection<Filter> filters)
The list of filters that limit the returned products.
|
GetProductsRequest |
GetProductsRequest.withFilters(Filter... filters)
The list of filters that limit the returned products.
|
GetProductsRequest |
GetProductsRequest.withFormatVersion(String formatVersion)
The format version that you want the response to be in.
|
GetProductsRequest |
GetProductsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
GetProductsRequest |
GetProductsRequest.withNextToken(String nextToken)
The pagination token that indicates the next set of results that you want to retrieve.
|
GetProductsRequest |
GetProductsRequest.withServiceCode(String serviceCode)
The code for the service whose products you want to retrieve.
|
Copyright © 2023. All rights reserved.