| Package | Description |
|---|---|
| software.amazon.awssdk.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 |
|---|---|
ReservedInstancesOffering.Builder |
ReservedInstancesOffering.Builder.currencyCode(CurrencyCodeValues currencyCode)
The currency of the Reserved Instance offering you are purchasing.
|
ReservedInstances.Builder |
ReservedInstances.Builder.currencyCode(CurrencyCodeValues currencyCode)
The currency of the Reserved Instance.
|
ReservedInstanceLimitPrice.Builder |
ReservedInstanceLimitPrice.Builder.currencyCode(CurrencyCodeValues currencyCode)
The currency in which the
limitPrice amount is specified. |
PurchaseHostReservationResponse.Builder |
PurchaseHostReservationResponse.Builder.currencyCode(CurrencyCodeValues currencyCode)
The currency in which the
totalUpfrontPrice and totalHourlyPrice amounts are
specified. |
PurchaseHostReservationRequest.Builder |
PurchaseHostReservationRequest.Builder.currencyCode(CurrencyCodeValues currencyCode)
The currency in which the
totalUpfrontPrice, LimitPrice, and
totalHourlyPrice amounts are specified. |
Purchase.Builder |
Purchase.Builder.currencyCode(CurrencyCodeValues currencyCode)
The currency in which the
UpfrontPrice and HourlyPrice amounts are specified. |
PriceScheduleSpecification.Builder |
PriceScheduleSpecification.Builder.currencyCode(CurrencyCodeValues currencyCode)
The currency for transacting the Reserved Instance resale.
|
PriceSchedule.Builder |
PriceSchedule.Builder.currencyCode(CurrencyCodeValues currencyCode)
The currency for transacting the Reserved Instance resale.
|
HostReservation.Builder |
HostReservation.Builder.currencyCode(CurrencyCodeValues currencyCode)
The currency in which the
upfrontPrice and hourlyPrice amounts are specified. |
HostOffering.Builder |
HostOffering.Builder.currencyCode(CurrencyCodeValues currencyCode)
The currency of the offering.
|
GetHostReservationPurchasePreviewResponse.Builder |
GetHostReservationPurchasePreviewResponse.Builder.currencyCode(CurrencyCodeValues currencyCode)
The currency in which the
totalUpfrontPrice and totalHourlyPrice amounts are
specified. |
Copyright © 2017. All rights reserved.