| 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 |
|---|---|
DescribeSavingsPlanRatesResult |
AWSSavingsPlans.describeSavingsPlanRates(DescribeSavingsPlanRatesRequest describeSavingsPlanRatesRequest)
Describes the specified Savings Plans rates.
|
DescribeSavingsPlanRatesResult |
AWSSavingsPlansClient.describeSavingsPlanRates(DescribeSavingsPlanRatesRequest request)
Describes the specified Savings Plans rates.
|
DescribeSavingsPlanRatesResult |
AbstractAWSSavingsPlans.describeSavingsPlanRates(DescribeSavingsPlanRatesRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeSavingsPlanRatesResult> |
AWSSavingsPlansAsync.describeSavingsPlanRatesAsync(DescribeSavingsPlanRatesRequest describeSavingsPlanRatesRequest,
AsyncHandler<DescribeSavingsPlanRatesRequest,DescribeSavingsPlanRatesResult> asyncHandler)
Describes the specified Savings Plans rates.
|
Future<DescribeSavingsPlanRatesResult> |
AWSSavingsPlansAsyncClient.describeSavingsPlanRatesAsync(DescribeSavingsPlanRatesRequest request,
AsyncHandler<DescribeSavingsPlanRatesRequest,DescribeSavingsPlanRatesResult> asyncHandler) |
Future<DescribeSavingsPlanRatesResult> |
AbstractAWSSavingsPlansAsync.describeSavingsPlanRatesAsync(DescribeSavingsPlanRatesRequest request,
AsyncHandler<DescribeSavingsPlanRatesRequest,DescribeSavingsPlanRatesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeSavingsPlanRatesResult |
DescribeSavingsPlanRatesResult.clone() |
DescribeSavingsPlanRatesResult |
DescribeSavingsPlanRatesResult.withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribeSavingsPlanRatesResult |
DescribeSavingsPlanRatesResult.withSavingsPlanId(String savingsPlanId)
The ID of the Savings Plan.
|
DescribeSavingsPlanRatesResult |
DescribeSavingsPlanRatesResult.withSearchResults(Collection<SavingsPlanRate> searchResults)
Information about the Savings Plans rates.
|
DescribeSavingsPlanRatesResult |
DescribeSavingsPlanRatesResult.withSearchResults(SavingsPlanRate... searchResults)
Information about the Savings Plans rates.
|
Copyright © 2021. All rights reserved.