Package | Description |
---|---|
com.amazonaws.services.ec2.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 |
---|---|
void |
Purchase.setPaymentOption(PaymentOption paymentOption)
The payment option for the reservation.
|
void |
HostReservation.setPaymentOption(PaymentOption paymentOption)
The payment option selected for this reservation.
|
void |
HostOffering.setPaymentOption(PaymentOption paymentOption)
The available payment option.
|
Purchase |
Purchase.withPaymentOption(PaymentOption paymentOption)
The payment option for the reservation.
|
HostReservation |
HostReservation.withPaymentOption(PaymentOption paymentOption)
The payment option selected for this reservation.
|
HostOffering |
HostOffering.withPaymentOption(PaymentOption paymentOption)
The available payment option.
|
Copyright © 2024. All rights reserved.