Uses of Class
software.amazon.awssdk.services.ec2.model.ReservationValue
Packages that use ReservationValue
-
Uses of ReservationValue in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ReservationValueModifier and TypeMethodDescriptionfinal ReservationValueReservedInstanceReservationValue.reservationValue()The total value of the Convertible Reserved Instance that you are exchanging.final ReservationValueTargetReservationValue.reservationValue()The total value of the Convertible Reserved Instances that make up the exchange.final ReservationValueGetReservedInstancesExchangeQuoteResponse.reservedInstanceValueRollup()The cost associated with the Reserved Instance.final ReservationValueGetReservedInstancesExchangeQuoteResponse.targetConfigurationValueRollup()The cost associated with the Reserved Instance.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ReservationValueModifier and TypeMethodDescriptionReservedInstanceReservationValue.Builder.reservationValue(ReservationValue reservationValue) The total value of the Convertible Reserved Instance that you are exchanging.TargetReservationValue.Builder.reservationValue(ReservationValue reservationValue) The total value of the Convertible Reserved Instances that make up the exchange.GetReservedInstancesExchangeQuoteResponse.Builder.reservedInstanceValueRollup(ReservationValue reservedInstanceValueRollup) The cost associated with the Reserved Instance.GetReservedInstancesExchangeQuoteResponse.Builder.targetConfigurationValueRollup(ReservationValue targetConfigurationValueRollup) The cost associated with the Reserved Instance.