| 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 |
ReservedInstanceLimitPrice.setCurrencyCode(CurrencyCodeValues currencyCode)
The currency in which the
limitPrice amount is specified. |
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 |
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.
|
ReservedInstanceLimitPrice |
ReservedInstanceLimitPrice.withCurrencyCode(CurrencyCodeValues currencyCode)
The currency in which the
limitPrice amount is specified. |
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.
|
PriceSchedule |
PriceSchedule.withCurrencyCode(CurrencyCodeValues currencyCode)
The currency for transacting the Reserved Instance resale.
|
PriceScheduleSpecification |
PriceScheduleSpecification.withCurrencyCode(CurrencyCodeValues currencyCode)
The currency for transacting the Reserved Instance resale.
|
Copyright © 2018. All rights reserved.