Uses of Class
software.amazon.awssdk.services.elasticsearch.model.ESWarmPartitionInstanceType
-
Packages that use ESWarmPartitionInstanceType Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of ESWarmPartitionInstanceType in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return ESWarmPartitionInstanceType Modifier and Type Method Description static ESWarmPartitionInstanceTypeESWarmPartitionInstanceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ESWarmPartitionInstanceTypeESWarmPartitionInstanceType. 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.ESWarmPartitionInstanceTypeElasticsearchClusterConfig. warmType()The instance type for the Elasticsearch cluster's warm nodes.Methods in software.amazon.awssdk.services.elasticsearch.model that return types with arguments of type ESWarmPartitionInstanceType Modifier and Type Method Description static Set<ESWarmPartitionInstanceType>ESWarmPartitionInstanceType. knownValues()Methods in software.amazon.awssdk.services.elasticsearch.model with parameters of type ESWarmPartitionInstanceType Modifier and Type Method Description ElasticsearchClusterConfig.BuilderElasticsearchClusterConfig.Builder. warmType(ESWarmPartitionInstanceType warmType)The instance type for the Elasticsearch cluster's warm nodes.
-