| Package | Description |
|---|---|
| com.amazonaws.services.pricing |
The 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 |
|---|---|
Future<ListPriceListsResult> |
AWSPricingAsyncClient.listPriceListsAsync(ListPriceListsRequest request,
AsyncHandler<ListPriceListsRequest,ListPriceListsResult> asyncHandler) |
Future<ListPriceListsResult> |
AWSPricingAsync.listPriceListsAsync(ListPriceListsRequest listPriceListsRequest,
AsyncHandler<ListPriceListsRequest,ListPriceListsResult> asyncHandler)
This feature is in preview release and is subject to change.
|
Future<ListPriceListsResult> |
AbstractAWSPricingAsync.listPriceListsAsync(ListPriceListsRequest request,
AsyncHandler<ListPriceListsRequest,ListPriceListsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListPriceListsRequest |
ListPriceListsRequest.clone() |
ListPriceListsRequest |
ListPriceListsRequest.withCurrencyCode(String currencyCode)
The three alphabetical character ISO-4217 currency code that the Price List files are denominated in.
|
ListPriceListsRequest |
ListPriceListsRequest.withEffectiveDate(Date effectiveDate)
The date that the Price List file prices are effective from.
|
ListPriceListsRequest |
ListPriceListsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListPriceListsRequest |
ListPriceListsRequest.withNextToken(String nextToken)
The pagination token that indicates the next set of results that you want to retrieve.
|
ListPriceListsRequest |
ListPriceListsRequest.withRegionCode(String regionCode)
This is used to filter the Price List by Amazon Web Services Region.
|
ListPriceListsRequest |
ListPriceListsRequest.withServiceCode(String serviceCode)
The service code or the Savings Plan service code for the attributes that you want to retrieve.
|
Copyright © 2024. All rights reserved.