| 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 DescribeServicesResponse |
PricingClient.describeServices()
Returns the metadata for one service or a list of the metadata for all services.
|
default DescribeServicesResponse |
PricingClient.describeServices(Consumer<DescribeServicesRequest.Builder> describeServicesRequest)
Returns the metadata for one service or a list of the metadata for all services.
|
default DescribeServicesResponse |
PricingClient.describeServices(DescribeServicesRequest describeServicesRequest)
Returns the metadata for one service or a list of the metadata for all services.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeServicesResponse> |
PricingAsyncClient.describeServices()
Returns the metadata for one service or a list of the metadata for all services.
|
default CompletableFuture<DescribeServicesResponse> |
PricingAsyncClient.describeServices(Consumer<DescribeServicesRequest.Builder> describeServicesRequest)
Returns the metadata for one service or a list of the metadata for all services.
|
default CompletableFuture<DescribeServicesResponse> |
PricingAsyncClient.describeServices(DescribeServicesRequest describeServicesRequest)
Returns the metadata for one service or a list of the metadata for all services.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeServicesResponse> |
DescribeServicesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeServicesPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeServicesResponse> subscriber) |
Copyright © 2023. All rights reserved.