| Package | Description |
|---|---|
| com.amazonaws.services.savingsplans.model |
| Modifier and Type | Method and Description |
|---|---|
static SavingsPlanState |
SavingsPlanState.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
SavingsPlan |
SavingsPlan.withState(SavingsPlanState state)
The current state.
|
DescribeSavingsPlansRequest |
DescribeSavingsPlansRequest.withStates(SavingsPlanState... states)
The current states of the Savings Plans.
|
Copyright © 2024. All rights reserved.