Uses of Interface
software.amazon.awssdk.services.ec2.model.ReservationValue.Builder
-
Packages that use ReservationValue.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of ReservationValue.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ReservationValue.Builder Modifier and Type Method Description static ReservationValue.BuilderReservationValue. builder()ReservationValue.BuilderReservationValue.Builder. hourlyPrice(String hourlyPrice)The hourly rate of the reservation.ReservationValue.BuilderReservationValue.Builder. remainingTotalValue(String remainingTotalValue)The balance of the total value (the sum of remainingUpfrontValue + hourlyPrice * number of hours remaining).ReservationValue.BuilderReservationValue.Builder. remainingUpfrontValue(String remainingUpfrontValue)The remaining upfront cost of the reservation.ReservationValue.BuilderReservationValue. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ReservationValue.Builder Modifier and Type Method Description static Class<? extends ReservationValue.Builder>ReservationValue. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ReservationValue.Builder Modifier and Type Method Description default ReservedInstanceReservationValue.BuilderReservedInstanceReservationValue.Builder. reservationValue(Consumer<ReservationValue.Builder> reservationValue)The total value of the Convertible Reserved Instance that you are exchanging.default TargetReservationValue.BuilderTargetReservationValue.Builder. reservationValue(Consumer<ReservationValue.Builder> reservationValue)The total value of the Convertible Reserved Instances that make up the exchange.default GetReservedInstancesExchangeQuoteResponse.BuilderGetReservedInstancesExchangeQuoteResponse.Builder. reservedInstanceValueRollup(Consumer<ReservationValue.Builder> reservedInstanceValueRollup)The cost associated with the Reserved Instance.default GetReservedInstancesExchangeQuoteResponse.BuilderGetReservedInstancesExchangeQuoteResponse.Builder. targetConfigurationValueRollup(Consumer<ReservationValue.Builder> targetConfigurationValueRollup)The cost associated with the Reserved Instance.
-