Uses of Enum
software.amazon.awssdk.services.ec2.model.PaymentOption
Packages that use PaymentOption
-
Uses of PaymentOption in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PaymentOptionModifier and TypeMethodDescriptionstatic PaymentOptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.final PaymentOptionHostOffering.paymentOption()The available payment option.final PaymentOptionHostReservation.paymentOption()The payment option selected for this reservation.final PaymentOptionPurchase.paymentOption()The payment option for the reservation.static PaymentOptionReturns the enum constant of this type with the specified name.static PaymentOption[]PaymentOption.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PaymentOptionMethods in software.amazon.awssdk.services.ec2.model with parameters of type PaymentOptionModifier and TypeMethodDescriptionHostOffering.Builder.paymentOption(PaymentOption paymentOption) The available payment option.HostReservation.Builder.paymentOption(PaymentOption paymentOption) The payment option selected for this reservation.Purchase.Builder.paymentOption(PaymentOption paymentOption) The payment option for the reservation.