Uses of Class
com.amazonaws.services.ec2.model.CurrencyCodeValues

Packages that use CurrencyCodeValues
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of CurrencyCodeValues in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return CurrencyCodeValues
static CurrencyCodeValues CurrencyCodeValues.fromValue(String value)
          Use this in place of valueOf.
static CurrencyCodeValues CurrencyCodeValues.valueOf(String name)
          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 CurrencyCodeValues
 void ReservedInstancesOffering.setCurrencyCode(CurrencyCodeValues currencyCode)
          The currency of the Reserved Instance offering you are purchasing.
 void ReservedInstances.setCurrencyCode(CurrencyCodeValues currencyCode)
          The currency of the Reserved Instance.
 void ReservedInstanceLimitPrice.setCurrencyCode(CurrencyCodeValues currencyCode)
          The currency in which the limitPrice amount is specified.
 void PriceScheduleSpecification.setCurrencyCode(CurrencyCodeValues currencyCode)
          The currency for transacting the Reserved Instance resale.
 void PriceSchedule.setCurrencyCode(CurrencyCodeValues currencyCode)
          The currency for transacting the Reserved Instance resale.
 ReservedInstancesOffering ReservedInstancesOffering.withCurrencyCode(CurrencyCodeValues currencyCode)
          The currency of the Reserved Instance offering you are purchasing.
 ReservedInstances ReservedInstances.withCurrencyCode(CurrencyCodeValues currencyCode)
          The currency of the Reserved Instance.
 ReservedInstanceLimitPrice ReservedInstanceLimitPrice.withCurrencyCode(CurrencyCodeValues currencyCode)
          The currency in which the limitPrice amount is specified.
 PriceScheduleSpecification PriceScheduleSpecification.withCurrencyCode(CurrencyCodeValues currencyCode)
          The currency for transacting the Reserved Instance resale.
 PriceSchedule PriceSchedule.withCurrencyCode(CurrencyCodeValues currencyCode)
          The currency for transacting the Reserved Instance resale.
 



Copyright © 2016. All rights reserved.