| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
CurrencyCodeValues |
GetHostReservationPurchasePreviewResponse.currencyCode()
The currency in which the
totalUpfrontPrice and totalHourlyPrice amounts are specified. |
CurrencyCodeValues |
PriceScheduleSpecification.currencyCode()
The currency for transacting the Reserved Instance resale.
|
CurrencyCodeValues |
HostReservation.currencyCode()
The currency in which the
upfrontPrice and hourlyPrice amounts are specified. |
CurrencyCodeValues |
ReservedInstanceLimitPrice.currencyCode()
The currency in which the
limitPrice amount is specified. |
CurrencyCodeValues |
PurchaseHostReservationResponse.currencyCode()
The currency in which the
totalUpfrontPrice and totalHourlyPrice amounts are specified. |
CurrencyCodeValues |
Purchase.currencyCode()
The currency in which the
UpfrontPrice and HourlyPrice amounts are specified. |
CurrencyCodeValues |
ReservedInstances.currencyCode()
The currency of the Reserved Instance.
|
CurrencyCodeValues |
PriceSchedule.currencyCode()
The currency for transacting the Reserved Instance resale.
|
CurrencyCodeValues |
ReservedInstancesOffering.currencyCode()
The currency of the Reserved Instance offering you are purchasing.
|
CurrencyCodeValues |
HostOffering.currencyCode()
The currency of the offering.
|
CurrencyCodeValues |
PurchaseHostReservationRequest.currencyCode()
The currency in which the
totalUpfrontPrice, LimitPrice, and
totalHourlyPrice amounts are specified. |
static CurrencyCodeValues |
CurrencyCodeValues.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<CurrencyCodeValues> |
CurrencyCodeValues.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetHostReservationPurchasePreviewResponse.Builder |
GetHostReservationPurchasePreviewResponse.Builder.currencyCode(CurrencyCodeValues currencyCode)
The currency in which the
totalUpfrontPrice and totalHourlyPrice amounts are
specified. |
PriceScheduleSpecification.Builder |
PriceScheduleSpecification.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. |
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. |
Purchase.Builder |
Purchase.Builder.currencyCode(CurrencyCodeValues currencyCode)
The currency in which the
UpfrontPrice and HourlyPrice amounts are specified. |
ReservedInstances.Builder |
ReservedInstances.Builder.currencyCode(CurrencyCodeValues currencyCode)
The currency of the Reserved Instance.
|
PriceSchedule.Builder |
PriceSchedule.Builder.currencyCode(CurrencyCodeValues currencyCode)
The currency for transacting the Reserved Instance resale.
|
ReservedInstancesOffering.Builder |
ReservedInstancesOffering.Builder.currencyCode(CurrencyCodeValues currencyCode)
The currency of the Reserved Instance offering you are purchasing.
|
HostOffering.Builder |
HostOffering.Builder.currencyCode(CurrencyCodeValues currencyCode)
The currency of the offering.
|
PurchaseHostReservationRequest.Builder |
PurchaseHostReservationRequest.Builder.currencyCode(CurrencyCodeValues currencyCode)
The currency in which the
totalUpfrontPrice, LimitPrice, and
totalHourlyPrice amounts are specified. |
Copyright © 2021. All rights reserved.