Uses of Class
software.amazon.awssdk.services.ec2.model.ReservationValue
-
Packages that use ReservationValue Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of ReservationValue in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ReservationValue Modifier and Type Method Description ReservationValueReservedInstanceReservationValue. reservationValue()The total value of the Convertible Reserved Instance that you are exchanging.ReservationValueTargetReservationValue. reservationValue()The total value of the Convertible Reserved Instances that make up the exchange.ReservationValueGetReservedInstancesExchangeQuoteResponse. reservedInstanceValueRollup()The cost associated with the Reserved Instance.ReservationValueGetReservedInstancesExchangeQuoteResponse. targetConfigurationValueRollup()The cost associated with the Reserved Instance.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ReservationValue Modifier and Type Method Description ReservedInstanceReservationValue.BuilderReservedInstanceReservationValue.Builder. reservationValue(ReservationValue reservationValue)The total value of the Convertible Reserved Instance that you are exchanging.TargetReservationValue.BuilderTargetReservationValue.Builder. reservationValue(ReservationValue reservationValue)The total value of the Convertible Reserved Instances that make up the exchange.GetReservedInstancesExchangeQuoteResponse.BuilderGetReservedInstancesExchangeQuoteResponse.Builder. reservedInstanceValueRollup(ReservationValue reservedInstanceValueRollup)The cost associated with the Reserved Instance.GetReservedInstancesExchangeQuoteResponse.BuilderGetReservedInstancesExchangeQuoteResponse.Builder. targetConfigurationValueRollup(ReservationValue targetConfigurationValueRollup)The cost associated with the Reserved Instance.
-