Uses of Class
software.amazon.awssdk.services.savingsplans.model.CurrencyCode
-
Packages that use CurrencyCode Package Description software.amazon.awssdk.services.savingsplans.model -
-
Uses of CurrencyCode in software.amazon.awssdk.services.savingsplans.model
Methods in software.amazon.awssdk.services.savingsplans.model that return CurrencyCode Modifier and Type Method Description CurrencyCodeParentSavingsPlanOffering. currency()The currency.CurrencyCodeSavingsPlan. currency()The currency.CurrencyCodeSavingsPlanOffering. currency()The currency.CurrencyCodeSavingsPlanRate. currency()The currency.static CurrencyCodeCurrencyCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CurrencyCodeCurrencyCode. 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.Methods in software.amazon.awssdk.services.savingsplans.model that return types with arguments of type CurrencyCode Modifier and Type Method Description List<CurrencyCode>DescribeSavingsPlansOfferingsRequest. currencies()The currencies.static Set<CurrencyCode>CurrencyCode. knownValues()Methods in software.amazon.awssdk.services.savingsplans.model with parameters of type CurrencyCode Modifier and Type Method Description DescribeSavingsPlansOfferingsRequest.BuilderDescribeSavingsPlansOfferingsRequest.Builder. currencies(CurrencyCode... currencies)The currencies.ParentSavingsPlanOffering.BuilderParentSavingsPlanOffering.Builder. currency(CurrencyCode currency)The currency.SavingsPlan.BuilderSavingsPlan.Builder. currency(CurrencyCode currency)The currency.SavingsPlanOffering.BuilderSavingsPlanOffering.Builder. currency(CurrencyCode currency)The currency.SavingsPlanRate.BuilderSavingsPlanRate.Builder. currency(CurrencyCode currency)The currency.Method parameters in software.amazon.awssdk.services.savingsplans.model with type arguments of type CurrencyCode Modifier and Type Method Description DescribeSavingsPlansOfferingsRequest.BuilderDescribeSavingsPlansOfferingsRequest.Builder. currencies(Collection<CurrencyCode> currencies)The currencies.
-