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