Uses of Enum
com.amazonaws.services.elasticsearch.model.ESPartitionInstanceType
Packages that use ESPartitionInstanceType
-
Uses of ESPartitionInstanceType in com.amazonaws.services.elasticsearch.model
Methods in com.amazonaws.services.elasticsearch.model that return ESPartitionInstanceTypeModifier and TypeMethodDescriptionstatic ESPartitionInstanceType
Use this in place of valueOf.static ESPartitionInstanceType
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 ESPartitionInstanceTypeModifier and TypeMethodDescriptionvoid
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.withDedicatedMasterType
(ESPartitionInstanceType dedicatedMasterType) The instance type for a dedicated master node.ElasticsearchClusterConfig.withInstanceType
(ESPartitionInstanceType instanceType) The instance type for an Elasticsearch cluster.