| 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<DescribeSavingsPlansResult> |
AWSSavingsPlansAsyncClient.describeSavingsPlansAsync(DescribeSavingsPlansRequest request,
AsyncHandler<DescribeSavingsPlansRequest,DescribeSavingsPlansResult> asyncHandler) |
Future<DescribeSavingsPlansResult> |
AbstractAWSSavingsPlansAsync.describeSavingsPlansAsync(DescribeSavingsPlansRequest request,
AsyncHandler<DescribeSavingsPlansRequest,DescribeSavingsPlansResult> asyncHandler) |
Future<DescribeSavingsPlansResult> |
AWSSavingsPlansAsync.describeSavingsPlansAsync(DescribeSavingsPlansRequest describeSavingsPlansRequest,
AsyncHandler<DescribeSavingsPlansRequest,DescribeSavingsPlansResult> asyncHandler)
Describes the specified Savings Plans.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSavingsPlansRequest |
DescribeSavingsPlansRequest.clone() |
DescribeSavingsPlansRequest |
DescribeSavingsPlansRequest.withFilters(Collection<SavingsPlanFilter> filters)
The filters.
|
DescribeSavingsPlansRequest |
DescribeSavingsPlansRequest.withFilters(SavingsPlanFilter... filters)
The filters.
|
DescribeSavingsPlansRequest |
DescribeSavingsPlansRequest.withMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
DescribeSavingsPlansRequest |
DescribeSavingsPlansRequest.withNextToken(String nextToken)
The token for the next page of results.
|
DescribeSavingsPlansRequest |
DescribeSavingsPlansRequest.withSavingsPlanArns(Collection<String> savingsPlanArns)
The Amazon Resource Names (ARN) of the Savings Plans.
|
DescribeSavingsPlansRequest |
DescribeSavingsPlansRequest.withSavingsPlanArns(String... savingsPlanArns)
The Amazon Resource Names (ARN) of the Savings Plans.
|
DescribeSavingsPlansRequest |
DescribeSavingsPlansRequest.withSavingsPlanIds(Collection<String> savingsPlanIds)
The IDs of the Savings Plans.
|
DescribeSavingsPlansRequest |
DescribeSavingsPlansRequest.withSavingsPlanIds(String... savingsPlanIds)
The IDs of the Savings Plans.
|
DescribeSavingsPlansRequest |
DescribeSavingsPlansRequest.withStates(Collection<String> states)
The states.
|
DescribeSavingsPlansRequest |
DescribeSavingsPlansRequest.withStates(SavingsPlanState... states)
The states.
|
DescribeSavingsPlansRequest |
DescribeSavingsPlansRequest.withStates(String... states)
The states.
|
Copyright © 2020. All rights reserved.