| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticsearch.model |
| Modifier and Type | Method and Description |
|---|---|
static ESWarmPartitionInstanceType |
ESWarmPartitionInstanceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ESWarmPartitionInstanceType |
ESWarmPartitionInstanceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ESWarmPartitionInstanceType[] |
ESWarmPartitionInstanceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ESWarmPartitionInstanceType |
ElasticsearchClusterConfig.warmType()
The instance type for the Elasticsearch cluster's warm nodes.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ESWarmPartitionInstanceType> |
ESWarmPartitionInstanceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ElasticsearchClusterConfig.Builder |
ElasticsearchClusterConfig.Builder.warmType(ESWarmPartitionInstanceType warmType)
The instance type for the Elasticsearch cluster's warm nodes.
|
Copyright © 2022. All rights reserved.