| Package | Description |
|---|---|
| software.amazon.awssdk.services.savingsplans.model |
| Modifier and Type | Method and Description |
|---|---|
static SavingsPlanRateUnit |
SavingsPlanRateUnit.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SavingsPlanRateUnit |
SavingsPlanOfferingRate.unit()
The unit.
|
SavingsPlanRateUnit |
SavingsPlanRate.unit()
The unit.
|
static SavingsPlanRateUnit |
SavingsPlanRateUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SavingsPlanRateUnit[] |
SavingsPlanRateUnit.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<SavingsPlanRateUnit> |
SavingsPlanRateUnit.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SavingsPlanOfferingRate.Builder |
SavingsPlanOfferingRate.Builder.unit(SavingsPlanRateUnit unit)
The unit.
|
SavingsPlanRate.Builder |
SavingsPlanRate.Builder.unit(SavingsPlanRateUnit unit)
The unit.
|
Copyright © 2022. All rights reserved.