Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private ReservedInstanceLimitPrice |
PurchaseReservedInstancesOfferingRequest.limitPrice
Specified for Reserved Instance Marketplace offerings to limit the total
order and ensure that the Reserved Instances are not purchased at
unexpected prices.
|
Modifier and Type | Method and Description |
---|---|
ReservedInstanceLimitPrice |
ReservedInstanceLimitPrice.clone() |
ReservedInstanceLimitPrice |
PurchaseReservedInstancesOfferingRequest.getLimitPrice()
Specified for Reserved Instance Marketplace offerings to limit the total
order and ensure that the Reserved Instances are not purchased at
unexpected prices.
|
ReservedInstanceLimitPrice |
ReservedInstanceLimitPrice.withAmount(java.lang.Double amount)
Used for Reserved Instance Marketplace offerings.
|
ReservedInstanceLimitPrice |
ReservedInstanceLimitPrice.withCurrencyCode(CurrencyCodeValues currencyCode)
The currency in which the
limitPrice amount is specified. |
ReservedInstanceLimitPrice |
ReservedInstanceLimitPrice.withCurrencyCode(java.lang.String currencyCode)
The currency in which the
limitPrice amount is specified. |
Modifier and Type | Method and Description |
---|---|
void |
PurchaseReservedInstancesOfferingRequest.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.
|
PurchaseReservedInstancesOfferingRequest |
PurchaseReservedInstancesOfferingRequest.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.
|
Modifier and Type | Method and Description |
---|---|
ReservedInstanceLimitPrice |
ReservedInstanceLimitPriceStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |