| 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.model |
| 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.
|
default DescribeServicesIterable |
PricingClient.describeServicesPaginator()
Returns the metadata for one service or a list of the metadata for all services.
|
default DescribeServicesIterable |
PricingClient.describeServicesPaginator(Consumer<DescribeServicesRequest.Builder> describeServicesRequest)
Returns the metadata for one service or a list of the metadata for all services.
|
default DescribeServicesIterable |
PricingClient.describeServicesPaginator(DescribeServicesRequest describeServicesRequest)
Returns the metadata for one service or a list of the metadata for all services.
|
default GetAttributeValuesResponse |
PricingClient.getAttributeValues(Consumer<GetAttributeValuesRequest.Builder> getAttributeValuesRequest)
Returns a list of attribute values.
|
default GetAttributeValuesResponse |
PricingClient.getAttributeValues(GetAttributeValuesRequest getAttributeValuesRequest)
Returns a list of attribute values.
|
default GetAttributeValuesIterable |
PricingClient.getAttributeValuesPaginator(Consumer<GetAttributeValuesRequest.Builder> getAttributeValuesRequest)
Returns a list of attribute values.
|
default GetAttributeValuesIterable |
PricingClient.getAttributeValuesPaginator(GetAttributeValuesRequest getAttributeValuesRequest)
Returns a list of attribute values.
|
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.
|
default GetProductsIterable |
PricingClient.getProductsPaginator(Consumer<GetProductsRequest.Builder> 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExpiredNextTokenException
The pagination token expired.
|
class |
InternalErrorException
An error on the server occurred during the processing of your request.
|
class |
InvalidNextTokenException
The pagination token is invalid.
|
class |
InvalidParameterException
One or more parameters had an invalid value.
|
class |
NotFoundException
The requested resource can't be found.
|
| Modifier and Type | Method and Description |
|---|---|
PricingException |
PricingException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(PricingException ex) |
Copyright © 2021. All rights reserved.