Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ReservationValue |
ReservationValue.clone() |
ReservationValue |
ReservedInstanceReservationValue.getReservationValue()
The total value of the Convertible Reserved Instance that you are exchanging.
|
ReservationValue |
TargetReservationValue.getReservationValue()
The total value of the Convertible Reserved Instances that make up the exchange.
|
ReservationValue |
GetReservedInstancesExchangeQuoteResult.getReservedInstanceValueRollup()
The cost associated with the Reserved Instance.
|
ReservationValue |
GetReservedInstancesExchangeQuoteResult.getTargetConfigurationValueRollup()
The cost associated with the Reserved Instance.
|
ReservationValue |
ReservationValue.withHourlyPrice(String hourlyPrice)
The hourly rate of the reservation.
|
ReservationValue |
ReservationValue.withRemainingTotalValue(String remainingTotalValue)
The balance of the total value (the sum of remainingUpfrontValue + hourlyPrice * number of hours remaining).
|
ReservationValue |
ReservationValue.withRemainingUpfrontValue(String remainingUpfrontValue)
The remaining upfront cost of the reservation.
|
Modifier and Type | Method and Description |
---|---|
void |
ReservedInstanceReservationValue.setReservationValue(ReservationValue reservationValue)
The total value of the Convertible Reserved Instance that you are exchanging.
|
void |
TargetReservationValue.setReservationValue(ReservationValue reservationValue)
The total value of the Convertible Reserved Instances that make up the exchange.
|
void |
GetReservedInstancesExchangeQuoteResult.setReservedInstanceValueRollup(ReservationValue reservedInstanceValueRollup)
The cost associated with the Reserved Instance.
|
void |
GetReservedInstancesExchangeQuoteResult.setTargetConfigurationValueRollup(ReservationValue targetConfigurationValueRollup)
The cost associated with the Reserved Instance.
|
ReservedInstanceReservationValue |
ReservedInstanceReservationValue.withReservationValue(ReservationValue reservationValue)
The total value of the Convertible Reserved Instance that you are exchanging.
|
TargetReservationValue |
TargetReservationValue.withReservationValue(ReservationValue reservationValue)
The total value of the Convertible Reserved Instances that make up the exchange.
|
GetReservedInstancesExchangeQuoteResult |
GetReservedInstancesExchangeQuoteResult.withReservedInstanceValueRollup(ReservationValue reservedInstanceValueRollup)
The cost associated with the Reserved Instance.
|
GetReservedInstancesExchangeQuoteResult |
GetReservedInstancesExchangeQuoteResult.withTargetConfigurationValueRollup(ReservationValue targetConfigurationValueRollup)
The cost associated with the Reserved Instance.
|
Copyright © 2017. All rights reserved.