| Package | Description |
|---|---|
| software.amazon.awssdk.services.savingsplans |
Savings Plans are a pricing model that offer significant savings on AWS usage (for example, on Amazon EC2 instances).
|
| software.amazon.awssdk.services.savingsplans.model |
| Modifier and Type | Method and Description |
|---|---|
default DescribeSavingsPlansResponse |
SavingsplansClient.describeSavingsPlans(Consumer<DescribeSavingsPlansRequest.Builder> describeSavingsPlansRequest)
Describes the specified Savings Plans.
|
default CompletableFuture<DescribeSavingsPlansResponse> |
SavingsplansAsyncClient.describeSavingsPlans(Consumer<DescribeSavingsPlansRequest.Builder> describeSavingsPlansRequest)
Describes the specified Savings Plans.
|
| Modifier and Type | Method and Description |
|---|---|
static DescribeSavingsPlansRequest.Builder |
DescribeSavingsPlansRequest.builder() |
DescribeSavingsPlansRequest.Builder |
DescribeSavingsPlansRequest.Builder.filters(Collection<SavingsPlanFilter> filters)
The filters.
|
DescribeSavingsPlansRequest.Builder |
DescribeSavingsPlansRequest.Builder.filters(Consumer<SavingsPlanFilter.Builder>... filters)
The filters.
|
DescribeSavingsPlansRequest.Builder |
DescribeSavingsPlansRequest.Builder.filters(SavingsPlanFilter... filters)
The filters.
|
DescribeSavingsPlansRequest.Builder |
DescribeSavingsPlansRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
DescribeSavingsPlansRequest.Builder |
DescribeSavingsPlansRequest.Builder.nextToken(String nextToken)
The token for the next page of results.
|
DescribeSavingsPlansRequest.Builder |
DescribeSavingsPlansRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeSavingsPlansRequest.Builder |
DescribeSavingsPlansRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeSavingsPlansRequest.Builder |
DescribeSavingsPlansRequest.Builder.savingsPlanArns(Collection<String> savingsPlanArns)
The Amazon Resource Names (ARN) of the Savings Plans.
|
DescribeSavingsPlansRequest.Builder |
DescribeSavingsPlansRequest.Builder.savingsPlanArns(String... savingsPlanArns)
The Amazon Resource Names (ARN) of the Savings Plans.
|
DescribeSavingsPlansRequest.Builder |
DescribeSavingsPlansRequest.Builder.savingsPlanIds(Collection<String> savingsPlanIds)
The IDs of the Savings Plans.
|
DescribeSavingsPlansRequest.Builder |
DescribeSavingsPlansRequest.Builder.savingsPlanIds(String... savingsPlanIds)
The IDs of the Savings Plans.
|
DescribeSavingsPlansRequest.Builder |
DescribeSavingsPlansRequest.Builder.states(Collection<SavingsPlanState> states)
The states.
|
DescribeSavingsPlansRequest.Builder |
DescribeSavingsPlansRequest.Builder.states(SavingsPlanState... states)
The states.
|
DescribeSavingsPlansRequest.Builder |
DescribeSavingsPlansRequest.Builder.statesWithStrings(Collection<String> states)
The states.
|
DescribeSavingsPlansRequest.Builder |
DescribeSavingsPlansRequest.Builder.statesWithStrings(String... states)
The states.
|
DescribeSavingsPlansRequest.Builder |
DescribeSavingsPlansRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeSavingsPlansRequest.Builder> |
DescribeSavingsPlansRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.