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 ESPartitionInstanceTypeESPartitionInstanceType. fromValue(String value)Use this in place of valueOf.static ESPartitionInstanceTypeESPartitionInstanceType. 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 voidElasticsearchClusterConfig. setDedicatedMasterType(ESPartitionInstanceType dedicatedMasterType)The instance type for a dedicated master node.voidElasticsearchClusterConfig. setInstanceType(ESPartitionInstanceType instanceType)The instance type for an Elasticsearch cluster.ElasticsearchClusterConfigElasticsearchClusterConfig. withDedicatedMasterType(ESPartitionInstanceType dedicatedMasterType)The instance type for a dedicated master node.ElasticsearchClusterConfigElasticsearchClusterConfig. withInstanceType(ESPartitionInstanceType instanceType)The instance type for an Elasticsearch cluster.
-