Uses of Class
com.amazonaws.services.ec2.model.ReservedInstanceLimitPrice
-
Packages that use ReservedInstanceLimitPrice Package Description com.amazonaws.services.ec2.model -
-
Uses of ReservedInstanceLimitPrice in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ReservedInstanceLimitPrice Modifier and Type Method Description ReservedInstanceLimitPriceReservedInstanceLimitPrice. clone()ReservedInstanceLimitPricePurchaseReservedInstancesOfferingRequest. getLimitPrice()Specified for Reserved Instance Marketplace offerings to limit the total order and ensure that the Reserved Instances are not purchased at unexpected prices.ReservedInstanceLimitPriceReservedInstanceLimitPrice. withAmount(Double amount)Used for Reserved Instance Marketplace offerings.ReservedInstanceLimitPriceReservedInstanceLimitPrice. withCurrencyCode(CurrencyCodeValues currencyCode)The currency in which thelimitPriceamount is specified.ReservedInstanceLimitPriceReservedInstanceLimitPrice. withCurrencyCode(String currencyCode)The currency in which thelimitPriceamount is specified.Methods in com.amazonaws.services.ec2.model with parameters of type ReservedInstanceLimitPrice Modifier and Type Method Description voidPurchaseReservedInstancesOfferingRequest. setLimitPrice(ReservedInstanceLimitPrice limitPrice)Specified for Reserved Instance Marketplace offerings to limit the total order and ensure that the Reserved Instances are not purchased at unexpected prices.PurchaseReservedInstancesOfferingRequestPurchaseReservedInstancesOfferingRequest. withLimitPrice(ReservedInstanceLimitPrice limitPrice)Specified for Reserved Instance Marketplace offerings to limit the total order and ensure that the Reserved Instances are not purchased at unexpected prices.
-