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