Uses of Class
software.amazon.awssdk.services.ec2.model.CurrencyCodeValues
-
Packages that use CurrencyCodeValues Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of CurrencyCodeValues in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CurrencyCodeValues Modifier and Type Method Description CurrencyCodeValuesGetHostReservationPurchasePreviewResponse. currencyCode()The currency in which thetotalUpfrontPriceandtotalHourlyPriceamounts are specified.CurrencyCodeValuesHostOffering. currencyCode()The currency of the offering.CurrencyCodeValuesHostReservation. currencyCode()The currency in which theupfrontPriceandhourlyPriceamounts are specified.CurrencyCodeValuesPriceSchedule. currencyCode()The currency for transacting the Reserved Instance resale.CurrencyCodeValuesPriceScheduleSpecification. currencyCode()The currency for transacting the Reserved Instance resale.CurrencyCodeValuesPurchase. currencyCode()The currency in which theUpfrontPriceandHourlyPriceamounts are specified.CurrencyCodeValuesPurchaseHostReservationRequest. currencyCode()The currency in which thetotalUpfrontPrice,LimitPrice, andtotalHourlyPriceamounts are specified.CurrencyCodeValuesPurchaseHostReservationResponse. currencyCode()The currency in which thetotalUpfrontPriceandtotalHourlyPriceamounts are specified.CurrencyCodeValuesReservedInstanceLimitPrice. currencyCode()The currency in which thelimitPriceamount is specified.CurrencyCodeValuesReservedInstances. currencyCode()The currency of the Reserved Instance.CurrencyCodeValuesReservedInstancesOffering. currencyCode()The currency of the Reserved Instance offering you are purchasing.static CurrencyCodeValuesCurrencyCodeValues. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CurrencyCodeValuesCurrencyCodeValues. 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.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CurrencyCodeValues Modifier and Type Method Description static Set<CurrencyCodeValues>CurrencyCodeValues. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type CurrencyCodeValues Modifier and Type Method Description GetHostReservationPurchasePreviewResponse.BuilderGetHostReservationPurchasePreviewResponse.Builder. currencyCode(CurrencyCodeValues currencyCode)The currency in which thetotalUpfrontPriceandtotalHourlyPriceamounts are specified.HostOffering.BuilderHostOffering.Builder. currencyCode(CurrencyCodeValues currencyCode)The currency of the offering.HostReservation.BuilderHostReservation.Builder. currencyCode(CurrencyCodeValues currencyCode)The currency in which theupfrontPriceandhourlyPriceamounts are specified.PriceSchedule.BuilderPriceSchedule.Builder. currencyCode(CurrencyCodeValues currencyCode)The currency for transacting the Reserved Instance resale.PriceScheduleSpecification.BuilderPriceScheduleSpecification.Builder. currencyCode(CurrencyCodeValues currencyCode)The currency for transacting the Reserved Instance resale.Purchase.BuilderPurchase.Builder. currencyCode(CurrencyCodeValues currencyCode)The currency in which theUpfrontPriceandHourlyPriceamounts are specified.PurchaseHostReservationRequest.BuilderPurchaseHostReservationRequest.Builder. currencyCode(CurrencyCodeValues currencyCode)The currency in which thetotalUpfrontPrice,LimitPrice, andtotalHourlyPriceamounts are specified.PurchaseHostReservationResponse.BuilderPurchaseHostReservationResponse.Builder. currencyCode(CurrencyCodeValues currencyCode)The currency in which thetotalUpfrontPriceandtotalHourlyPriceamounts are specified.ReservedInstanceLimitPrice.BuilderReservedInstanceLimitPrice.Builder. currencyCode(CurrencyCodeValues currencyCode)The currency in which thelimitPriceamount is specified.ReservedInstances.BuilderReservedInstances.Builder. currencyCode(CurrencyCodeValues currencyCode)The currency of the Reserved Instance.ReservedInstancesOffering.BuilderReservedInstancesOffering.Builder. currencyCode(CurrencyCodeValues currencyCode)The currency of the Reserved Instance offering you are purchasing.
-