Uses of Enum
com.amazonaws.services.ec2.model.CurrencyCodeValues
Packages that use CurrencyCodeValues
-
Uses of CurrencyCodeValues in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CurrencyCodeValuesModifier and TypeMethodDescriptionstatic CurrencyCodeValuesUse this in place of valueOf.static CurrencyCodeValuesReturns the enum constant of this type with the specified name.static CurrencyCodeValues[]CurrencyCodeValues.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.ec2.model with parameters of type CurrencyCodeValuesModifier and TypeMethodDescriptionvoidPriceSchedule.setCurrencyCode(CurrencyCodeValues currencyCode) The currency for transacting the Reserved Instance resale.voidPriceScheduleSpecification.setCurrencyCode(CurrencyCodeValues currencyCode) The currency for transacting the Reserved Instance resale.voidReservedInstanceLimitPrice.setCurrencyCode(CurrencyCodeValues currencyCode) The currency in which thelimitPriceamount is specified.voidReservedInstances.setCurrencyCode(CurrencyCodeValues currencyCode) The currency of the Reserved Instance.voidReservedInstancesOffering.setCurrencyCode(CurrencyCodeValues currencyCode) The currency of the Reserved Instance offering you are purchasing.PriceSchedule.withCurrencyCode(CurrencyCodeValues currencyCode) The currency for transacting the Reserved Instance resale.PriceScheduleSpecification.withCurrencyCode(CurrencyCodeValues currencyCode) The currency for transacting the Reserved Instance resale.ReservedInstanceLimitPrice.withCurrencyCode(CurrencyCodeValues currencyCode) The currency in which thelimitPriceamount is specified.ReservedInstances.withCurrencyCode(CurrencyCodeValues currencyCode) The currency of the Reserved Instance.ReservedInstancesOffering.withCurrencyCode(CurrencyCodeValues currencyCode) The currency of the Reserved Instance offering you are purchasing.