| Package | Description |
|---|---|
| software.amazon.awssdk.services.savingsplans.model |
| Modifier and Type | Method and Description |
|---|---|
static SavingsPlanState |
SavingsPlanState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SavingsPlanState |
SavingsPlan.state()
The state.
|
static SavingsPlanState |
SavingsPlanState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SavingsPlanState[] |
SavingsPlanState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<SavingsPlanState> |
SavingsPlanState.knownValues()
|
List<SavingsPlanState> |
DescribeSavingsPlansRequest.states()
The states.
|
| Modifier and Type | Method and Description |
|---|---|
SavingsPlan.Builder |
SavingsPlan.Builder.state(SavingsPlanState state)
The state.
|
DescribeSavingsPlansRequest.Builder |
DescribeSavingsPlansRequest.Builder.states(SavingsPlanState... states)
The states.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSavingsPlansRequest.Builder |
DescribeSavingsPlansRequest.Builder.states(Collection<SavingsPlanState> states)
The states.
|
Copyright © 2022. All rights reserved.