| 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 | |
| software.amazon.awssdk.services.pricing.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetProductsResponse> |
PricingAsyncClient.getProducts(GetProductsRequest getProductsRequest)
Returns a list of all products that match the filter criteria.
|
default GetProductsResponse |
PricingClient.getProducts(GetProductsRequest getProductsRequest)
Returns a list of all products that match the filter criteria.
|
default GetProductsPublisher |
PricingAsyncClient.getProductsPaginator(GetProductsRequest getProductsRequest)
Returns a list of all products that match the filter criteria.
|
default GetProductsIterable |
PricingClient.getProductsPaginator(GetProductsRequest getProductsRequest)
Returns a list of all products that match the filter criteria.
|
| Constructor and Description |
|---|
GetProductsIterable(PricingClient client,
GetProductsRequest firstRequest) |
GetProductsPublisher(PricingAsyncClient client,
GetProductsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetProductsRequestMarshaller.marshall(GetProductsRequest getProductsRequest) |
Copyright © 2023. All rights reserved.