| Package | Description |
|---|---|
| com.amazonaws.services.savingsplans |
Savings Plans are a pricing model that offer significant savings on AWS usage (for example, on Amazon EC2 instances).
|
| com.amazonaws.services.savingsplans.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeSavingsPlanRatesResult> |
AWSSavingsPlansAsyncClient.describeSavingsPlanRatesAsync(DescribeSavingsPlanRatesRequest request,
AsyncHandler<DescribeSavingsPlanRatesRequest,DescribeSavingsPlanRatesResult> asyncHandler) |
Future<DescribeSavingsPlanRatesResult> |
AbstractAWSSavingsPlansAsync.describeSavingsPlanRatesAsync(DescribeSavingsPlanRatesRequest request,
AsyncHandler<DescribeSavingsPlanRatesRequest,DescribeSavingsPlanRatesResult> asyncHandler) |
Future<DescribeSavingsPlanRatesResult> |
AWSSavingsPlansAsync.describeSavingsPlanRatesAsync(DescribeSavingsPlanRatesRequest describeSavingsPlanRatesRequest,
AsyncHandler<DescribeSavingsPlanRatesRequest,DescribeSavingsPlanRatesResult> asyncHandler)
Describes the specified Savings Plans rates.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSavingsPlanRatesRequest |
DescribeSavingsPlanRatesRequest.clone() |
DescribeSavingsPlanRatesRequest |
DescribeSavingsPlanRatesRequest.withFilters(Collection<SavingsPlanRateFilter> filters)
The filters.
|
DescribeSavingsPlanRatesRequest |
DescribeSavingsPlanRatesRequest.withFilters(SavingsPlanRateFilter... filters)
The filters.
|
DescribeSavingsPlanRatesRequest |
DescribeSavingsPlanRatesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
DescribeSavingsPlanRatesRequest |
DescribeSavingsPlanRatesRequest.withNextToken(String nextToken)
The token for the next page of results.
|
DescribeSavingsPlanRatesRequest |
DescribeSavingsPlanRatesRequest.withSavingsPlanId(String savingsPlanId)
The ID of the Savings Plan.
|
Copyright © 2023. All rights reserved.