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