| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static PaymentOption |
PaymentOption.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PaymentOption |
HostReservation.paymentOption()
The payment option selected for this reservation.
|
PaymentOption |
Purchase.paymentOption()
The payment option for the reservation.
|
PaymentOption |
HostOffering.paymentOption()
The available payment option.
|
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 |
|---|---|
static Set<PaymentOption> |
PaymentOption.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
HostReservation.Builder |
HostReservation.Builder.paymentOption(PaymentOption paymentOption)
The payment option selected for this reservation.
|
Purchase.Builder |
Purchase.Builder.paymentOption(PaymentOption paymentOption)
The payment option for the reservation.
|
HostOffering.Builder |
HostOffering.Builder.paymentOption(PaymentOption paymentOption)
The available payment option.
|
Copyright © 2021. All rights reserved.