Uses of Enum
com.amazonaws.services.elasticsearch.model.ESPartitionInstanceType
Packages that use ESPartitionInstanceType
-
Uses of ESPartitionInstanceType in com.amazonaws.services.elasticsearch.model
Subclasses with type arguments of type ESPartitionInstanceType in com.amazonaws.services.elasticsearch.modelMethods in com.amazonaws.services.elasticsearch.model that return ESPartitionInstanceTypeModifier and TypeMethodDescriptionstatic ESPartitionInstanceTypeUse this in place of valueOf.static ESPartitionInstanceTypeReturns 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 TypeMethodDescriptionvoidElasticsearchClusterConfig.setDedicatedMasterType(ESPartitionInstanceType dedicatedMasterType) The instance type for a dedicated master node.voidElasticsearchClusterConfig.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.