| Package | Description |
|---|---|
| com.amazonaws.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
static PaymentOption |
PaymentOption.fromValue(String value)
Use this in place of valueOf.
|
static PaymentOption |
PaymentOption.valueOf(String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateOrderRequest |
CreateOrderRequest.withPaymentOption(PaymentOption paymentOption)
The payment option.
|
Order |
Order.withPaymentOption(PaymentOption paymentOption)
The payment option for the order.
|
Copyright © 2023. All rights reserved.