| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
static ReservedInstancePaymentOption |
ReservedInstancePaymentOption.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ReservedInstancePaymentOption |
ReservedInstanceOffering.paymentOption()
Payment option for the Reserved Instance offering
|
ReservedInstancePaymentOption |
ReservedInstance.paymentOption()
The payment option as defined in the Reserved Instance offering.
|
static ReservedInstancePaymentOption |
ReservedInstancePaymentOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReservedInstancePaymentOption[] |
ReservedInstancePaymentOption.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<ReservedInstancePaymentOption> |
ReservedInstancePaymentOption.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ReservedInstanceOffering.Builder |
ReservedInstanceOffering.Builder.paymentOption(ReservedInstancePaymentOption paymentOption)
Payment option for the Reserved Instance offering
|
ReservedInstance.Builder |
ReservedInstance.Builder.paymentOption(ReservedInstancePaymentOption paymentOption)
The payment option as defined in the Reserved Instance offering.
|
Copyright © 2022. All rights reserved.