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 CurrencyCodeValues
Use this in place of valueOf.static CurrencyCodeValues
Returns 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 TypeMethodDescriptionvoid
PriceSchedule.setCurrencyCode
(CurrencyCodeValues currencyCode) The currency for transacting the Reserved Instance resale.void
PriceScheduleSpecification.setCurrencyCode
(CurrencyCodeValues currencyCode) The currency for transacting the Reserved Instance resale.void
ReservedInstanceLimitPrice.setCurrencyCode
(CurrencyCodeValues currencyCode) The currency in which thelimitPrice
amount is specified.void
ReservedInstances.setCurrencyCode
(CurrencyCodeValues currencyCode) The currency of the Reserved Instance.void
ReservedInstancesOffering.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 thelimitPrice
amount 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.