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 PaymentOptionModifier and TypeMethodDescriptionstatic Set<PaymentOption>PaymentOption.knownValues()final List<PaymentOption>CreateQuoteRequest.requestedPaymentOptions()The payment options to include in the quote pricing.final List<PaymentOption>Quote.requestedPaymentOptions()The payment options specified in the quote request.final List<PaymentOption>QuoteSummary.requestedPaymentOptions()The payment options specified in the quote request.final List<PaymentOption>UpdateQuoteRequest.requestedPaymentOptions()The updated payment options to include in the quote pricing.Methods 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.CreateQuoteRequest.Builder.requestedPaymentOptions(PaymentOption... requestedPaymentOptions) The payment options to include in the quote pricing.Quote.Builder.requestedPaymentOptions(PaymentOption... requestedPaymentOptions) The payment options specified in the quote request.QuoteSummary.Builder.requestedPaymentOptions(PaymentOption... requestedPaymentOptions) The payment options specified in the quote request.UpdateQuoteRequest.Builder.requestedPaymentOptions(PaymentOption... requestedPaymentOptions) The updated payment options to include in the quote pricing.Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type PaymentOptionModifier and TypeMethodDescriptionCreateQuoteRequest.Builder.requestedPaymentOptions(Collection<PaymentOption> requestedPaymentOptions) The payment options to include in the quote pricing.Quote.Builder.requestedPaymentOptions(Collection<PaymentOption> requestedPaymentOptions) The payment options specified in the quote request.QuoteSummary.Builder.requestedPaymentOptions(Collection<PaymentOption> requestedPaymentOptions) The payment options specified in the quote request.UpdateQuoteRequest.Builder.requestedPaymentOptions(Collection<PaymentOption> requestedPaymentOptions) The updated payment options to include in the quote pricing.