Uses of Enum
software.amazon.awssdk.services.outposts.model.PaymentOption
Packages that use PaymentOption
-
Uses of PaymentOption in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.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 PaymentOptionCreateOrderRequest.paymentOption()The payment option.final PaymentOptionCreateRenewalRequest.paymentOption()The payment option.final PaymentOptionCreateRenewalResponse.paymentOption()The payment option.final PaymentOptionGetOutpostBillingInformationResponse.paymentOption()The payment option.final PaymentOptionOrder.paymentOption()The payment option for the order.final PaymentOptionSubscriptionPricingDetails.paymentOption()The payment option.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.outposts.model that return types with arguments of type PaymentOptionMethods in software.amazon.awssdk.services.outposts.model with parameters of type PaymentOptionModifier and TypeMethodDescriptionCreateOrderRequest.Builder.paymentOption(PaymentOption paymentOption) The payment option.CreateRenewalRequest.Builder.paymentOption(PaymentOption paymentOption) The payment option.CreateRenewalResponse.Builder.paymentOption(PaymentOption paymentOption) The payment option.GetOutpostBillingInformationResponse.Builder.paymentOption(PaymentOption paymentOption) The payment option.Order.Builder.paymentOption(PaymentOption paymentOption) The payment option for the order.SubscriptionPricingDetails.Builder.paymentOption(PaymentOption paymentOption) The payment option.