| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.pricing.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPriceListsResponse> |
PricingAsyncClient.listPriceLists(Consumer<ListPriceListsRequest.Builder> listPriceListsRequest)
This feature is in preview release and is subject to change.
|
default ListPriceListsResponse |
PricingClient.listPriceLists(Consumer<ListPriceListsRequest.Builder> listPriceListsRequest)
This feature is in preview release and is subject to change.
|
default ListPriceListsPublisher |
PricingAsyncClient.listPriceListsPaginator(Consumer<ListPriceListsRequest.Builder> listPriceListsRequest)
This feature is in preview release and is subject to change.
|
default ListPriceListsIterable |
PricingClient.listPriceListsPaginator(Consumer<ListPriceListsRequest.Builder> listPriceListsRequest)
This feature is in preview release and is subject to change.
|
| Modifier and Type | Method and Description |
|---|---|
static ListPriceListsRequest.Builder |
ListPriceListsRequest.builder() |
ListPriceListsRequest.Builder |
ListPriceListsRequest.Builder.currencyCode(String currencyCode)
The three alphabetical character ISO-4217 currency code that the Price List files are denominated in.
|
ListPriceListsRequest.Builder |
ListPriceListsRequest.Builder.effectiveDate(Instant effectiveDate)
The date that the Price List file prices are effective from.
|
ListPriceListsRequest.Builder |
ListPriceListsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListPriceListsRequest.Builder |
ListPriceListsRequest.Builder.nextToken(String nextToken)
The pagination token that indicates the next set of results that you want to retrieve.
|
ListPriceListsRequest.Builder |
ListPriceListsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPriceListsRequest.Builder |
ListPriceListsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListPriceListsRequest.Builder |
ListPriceListsRequest.Builder.regionCode(String regionCode)
This is used to filter the Price List by Amazon Web Services Region.
|
ListPriceListsRequest.Builder |
ListPriceListsRequest.Builder.serviceCode(String serviceCode)
The service code or the Savings Plan service code for the attributes that you want to retrieve.
|
ListPriceListsRequest.Builder |
ListPriceListsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListPriceListsRequest.Builder> |
ListPriceListsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.