Uses of Enum
software.amazon.awssdk.services.ec2.model.CurrencyCodeValues
Packages that use CurrencyCodeValues
-
Uses of CurrencyCodeValues in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CurrencyCodeValuesModifier and TypeMethodDescriptionfinal CurrencyCodeValuesGetHostReservationPurchasePreviewResponse.currencyCode()The currency in which thetotalUpfrontPriceandtotalHourlyPriceamounts are specified.final CurrencyCodeValuesHostOffering.currencyCode()The currency of the offering.final CurrencyCodeValuesHostReservation.currencyCode()The currency in which theupfrontPriceandhourlyPriceamounts are specified.final CurrencyCodeValuesPriceSchedule.currencyCode()The currency for transacting the Reserved Instance resale.final CurrencyCodeValuesPriceScheduleSpecification.currencyCode()The currency for transacting the Reserved Instance resale.final CurrencyCodeValuesPurchase.currencyCode()The currency in which theUpfrontPriceandHourlyPriceamounts are specified.final CurrencyCodeValuesPurchaseHostReservationRequest.currencyCode()The currency in which thetotalUpfrontPrice,LimitPrice, andtotalHourlyPriceamounts are specified.final CurrencyCodeValuesPurchaseHostReservationResponse.currencyCode()The currency in which thetotalUpfrontPriceandtotalHourlyPriceamounts are specified.final CurrencyCodeValuesReservedInstanceLimitPrice.currencyCode()The currency in which thelimitPriceamount is specified.final CurrencyCodeValuesReservedInstances.currencyCode()The currency of the Reserved Instance.final CurrencyCodeValuesReservedInstancesOffering.currencyCode()The currency of the Reserved Instance offering you are purchasing.static CurrencyCodeValuesUse this in place of valueOf to convert the raw string returned by the service into the enum value.static CurrencyCodeValuesReturns 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 CurrencyCodeValuesModifier and TypeMethodDescriptionstatic Set<CurrencyCodeValues>CurrencyCodeValues.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type CurrencyCodeValuesModifier and TypeMethodDescriptionGetHostReservationPurchasePreviewResponse.Builder.currencyCode(CurrencyCodeValues currencyCode) The currency in which thetotalUpfrontPriceandtotalHourlyPriceamounts are specified.HostOffering.Builder.currencyCode(CurrencyCodeValues currencyCode) The currency of the offering.HostReservation.Builder.currencyCode(CurrencyCodeValues currencyCode) The currency in which theupfrontPriceandhourlyPriceamounts are specified.PriceSchedule.Builder.currencyCode(CurrencyCodeValues currencyCode) The currency for transacting the Reserved Instance resale.PriceScheduleSpecification.Builder.currencyCode(CurrencyCodeValues currencyCode) The currency for transacting the Reserved Instance resale.Purchase.Builder.currencyCode(CurrencyCodeValues currencyCode) The currency in which theUpfrontPriceandHourlyPriceamounts are specified.PurchaseHostReservationRequest.Builder.currencyCode(CurrencyCodeValues currencyCode) The currency in which thetotalUpfrontPrice,LimitPrice, andtotalHourlyPriceamounts are specified.PurchaseHostReservationResponse.Builder.currencyCode(CurrencyCodeValues currencyCode) The currency in which thetotalUpfrontPriceandtotalHourlyPriceamounts are specified.ReservedInstanceLimitPrice.Builder.currencyCode(CurrencyCodeValues currencyCode) The currency in which thelimitPriceamount is specified.ReservedInstances.Builder.currencyCode(CurrencyCodeValues currencyCode) The currency of the Reserved Instance.ReservedInstancesOffering.Builder.currencyCode(CurrencyCodeValues currencyCode) The currency of the Reserved Instance offering you are purchasing.