| 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.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListPriceListsResponse |
PricingClient.listPriceLists(Consumer<ListPriceListsRequest.Builder> listPriceListsRequest)
This feature is in preview release and is subject to change.
|
default ListPriceListsResponse |
PricingClient.listPriceLists(ListPriceListsRequest listPriceListsRequest)
This feature is in preview release and is subject to change.
|
| 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 CompletableFuture<ListPriceListsResponse> |
PricingAsyncClient.listPriceLists(ListPriceListsRequest listPriceListsRequest)
This feature is in preview release and is subject to change.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPriceListsResponse> |
ListPriceListsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPriceListsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPriceListsResponse> subscriber) |
Copyright © 2023. All rights reserved.