Package | Description |
---|---|
com.amazonaws.services.elasticsearch.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.