| Package | Description |
|---|---|
| software.amazon.awssdk.services.pricing |
AWS Price List Service API (AWS Price List Service) 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 GetProductsResponse |
PricingClient.getProducts(Consumer<GetProductsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetProductsResponse> |
PricingAsyncClient.getProducts(Consumer<GetProductsRequest.Builder> getProductsRequest)
Returns a list of all products that match the filter criteria.
|
default CompletableFuture<GetProductsResponse> |
PricingAsyncClient.getProducts(GetProductsRequest getProductsRequest)
Returns a list of all products that match the filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetProductsResponse> |
GetProductsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetProductsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetProductsResponse> subscriber) |
Copyright © 2021. All rights reserved.