Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
PriceSchedule.setCurrencyCode(CurrencyCodeValues currencyCode)
The currency for transacting the Reserved Instance resale.
|
void |
ReservedInstancesOffering.setCurrencyCode(CurrencyCodeValues currencyCode)
The currency of the Reserved Instance offering you are purchasing.
|
void |
PriceScheduleSpecification.setCurrencyCode(CurrencyCodeValues currencyCode)
The currency for transacting the Reserved Instance resale.
|
void |
ReservedInstanceLimitPrice.setCurrencyCode(CurrencyCodeValues currencyCode)
The currency in which the
limitPrice amount is specified. |
void |
ReservedInstances.setCurrencyCode(CurrencyCodeValues currencyCode)
The currency of the Reserved Instance.
|
PriceSchedule |
PriceSchedule.withCurrencyCode(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.
|
PriceScheduleSpecification |
PriceScheduleSpecification.withCurrencyCode(CurrencyCodeValues currencyCode)
The currency for transacting the Reserved Instance resale.
|
ReservedInstanceLimitPrice |
ReservedInstanceLimitPrice.withCurrencyCode(CurrencyCodeValues currencyCode)
The currency in which the
limitPrice amount is specified. |
ReservedInstances |
ReservedInstances.withCurrencyCode(CurrencyCodeValues currencyCode)
The currency of the Reserved Instance.
|
Copyright © 2014. All rights reserved.