Uses of Class
com.amazonaws.services.elasticsearch.model.ESPartitionInstanceType
-
Packages that use ESPartitionInstanceType Package Description com.amazonaws.services.elasticsearch.model -
-
Uses of ESPartitionInstanceType in com.amazonaws.services.elasticsearch.model
Methods in com.amazonaws.services.elasticsearch.model that return ESPartitionInstanceType Modifier and Type Method Description static ESPartitionInstanceType
ESPartitionInstanceType. fromValue(String value)
Use this in place of valueOf.static ESPartitionInstanceType
ESPartitionInstanceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ESPartitionInstanceType[]
ESPartitionInstanceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.elasticsearch.model with parameters of type ESPartitionInstanceType Modifier and Type Method Description void
ElasticsearchClusterConfig. setDedicatedMasterType(ESPartitionInstanceType dedicatedMasterType)
The instance type for a dedicated master node.void
ElasticsearchClusterConfig. setInstanceType(ESPartitionInstanceType instanceType)
The instance type for an Elasticsearch cluster.ElasticsearchClusterConfig
ElasticsearchClusterConfig. withDedicatedMasterType(ESPartitionInstanceType dedicatedMasterType)
The instance type for a dedicated master node.ElasticsearchClusterConfig
ElasticsearchClusterConfig. withInstanceType(ESPartitionInstanceType instanceType)
The instance type for an Elasticsearch cluster.
-