| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.pricing.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeServicesResult> |
AbstractAWSPricingAsync.describeServicesAsync(DescribeServicesRequest request,
AsyncHandler<DescribeServicesRequest,DescribeServicesResult> asyncHandler) |
Future<DescribeServicesResult> |
AWSPricingAsync.describeServicesAsync(DescribeServicesRequest describeServicesRequest,
AsyncHandler<DescribeServicesRequest,DescribeServicesResult> asyncHandler)
Returns the metadata for one service or a list of the metadata for all services.
|
Future<DescribeServicesResult> |
AWSPricingAsyncClient.describeServicesAsync(DescribeServicesRequest request,
AsyncHandler<DescribeServicesRequest,DescribeServicesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeServicesRequest |
DescribeServicesRequest.clone() |
DescribeServicesRequest |
DescribeServicesRequest.withFormatVersion(String formatVersion)
The format version that you want the response to be in.
|
DescribeServicesRequest |
DescribeServicesRequest.withMaxResults(Integer maxResults)
The maximum number of results that you want returned in the response.
|
DescribeServicesRequest |
DescribeServicesRequest.withNextToken(String nextToken)
The pagination token that indicates the next set of results that you want to retrieve.
|
DescribeServicesRequest |
DescribeServicesRequest.withServiceCode(String serviceCode)
The code for the service whose information you want to retrieve, such as
AmazonEC2. |
Copyright © 2023. All rights reserved.