Package | Description |
---|---|
com.amazonaws.services.ec2.model |
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 |
HostReservation.setCurrencyCode(CurrencyCodeValues currencyCode)
The currency in which the
upfrontPrice and hourlyPrice amounts are specified. |
void |
ReservedInstanceLimitPrice.setCurrencyCode(CurrencyCodeValues currencyCode)
The currency in which the
limitPrice amount is specified. |
void |
PurchaseHostReservationRequest.setCurrencyCode(CurrencyCodeValues currencyCode)
The currency in which the
totalUpfrontPrice , LimitPrice , and
totalHourlyPrice amounts are specified. |
void |
Purchase.setCurrencyCode(CurrencyCodeValues currencyCode)
The currency in which the
UpfrontPrice and HourlyPrice amounts are specified. |
void |
ReservedInstances.setCurrencyCode(CurrencyCodeValues currencyCode)
The currency of the Reserved Instance.
|
void |
PurchaseHostReservationResult.setCurrencyCode(CurrencyCodeValues currencyCode)
The currency in which the
totalUpfrontPrice and totalHourlyPrice amounts are specified. |
void |
HostOffering.setCurrencyCode(CurrencyCodeValues currencyCode)
The currency of the offering.
|
void |
PriceScheduleSpecification.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 |
GetHostReservationPurchasePreviewResult.setCurrencyCode(CurrencyCodeValues currencyCode)
The currency in which the
totalUpfrontPrice and totalHourlyPrice amounts are specified. |
void |
PriceSchedule.setCurrencyCode(CurrencyCodeValues currencyCode)
The currency for transacting the Reserved Instance resale.
|
HostReservation |
HostReservation.withCurrencyCode(CurrencyCodeValues currencyCode)
The currency in which the
upfrontPrice and hourlyPrice amounts are specified. |
ReservedInstanceLimitPrice |
ReservedInstanceLimitPrice.withCurrencyCode(CurrencyCodeValues currencyCode)
The currency in which the
limitPrice amount is specified. |
PurchaseHostReservationRequest |
PurchaseHostReservationRequest.withCurrencyCode(CurrencyCodeValues currencyCode)
The currency in which the
totalUpfrontPrice , LimitPrice , and
totalHourlyPrice amounts are specified. |
Purchase |
Purchase.withCurrencyCode(CurrencyCodeValues currencyCode)
The currency in which the
UpfrontPrice and HourlyPrice amounts are specified. |
ReservedInstances |
ReservedInstances.withCurrencyCode(CurrencyCodeValues currencyCode)
The currency of the Reserved Instance.
|
PurchaseHostReservationResult |
PurchaseHostReservationResult.withCurrencyCode(CurrencyCodeValues currencyCode)
The currency in which the
totalUpfrontPrice and totalHourlyPrice amounts are specified. |
HostOffering |
HostOffering.withCurrencyCode(CurrencyCodeValues currencyCode)
The currency of the offering.
|
PriceScheduleSpecification |
PriceScheduleSpecification.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.
|
GetHostReservationPurchasePreviewResult |
GetHostReservationPurchasePreviewResult.withCurrencyCode(CurrencyCodeValues currencyCode)
The currency in which the
totalUpfrontPrice and totalHourlyPrice amounts are specified. |
PriceSchedule |
PriceSchedule.withCurrencyCode(CurrencyCodeValues currencyCode)
The currency for transacting the Reserved Instance resale.
|
Copyright © 2017. All rights reserved.