| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticsearch.model |
| Modifier and Type | Method and Description |
|---|---|
ESPartitionInstanceType |
ElasticsearchClusterConfig.dedicatedMasterType()
The instance type for a dedicated master node.
|
ESPartitionInstanceType |
ReservedElasticsearchInstanceOffering.elasticsearchInstanceType()
The Elasticsearch instance type offered by the reserved instance offering.
|
ESPartitionInstanceType |
ReservedElasticsearchInstance.elasticsearchInstanceType()
The Elasticsearch instance type offered by the reserved instance offering.
|
static ESPartitionInstanceType |
ESPartitionInstanceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ESPartitionInstanceType |
ElasticsearchClusterConfig.instanceType()
The instance type for an Elasticsearch cluster.
|
ESPartitionInstanceType |
DescribeElasticsearchInstanceTypeLimitsRequest.instanceType()
The instance type for an Elasticsearch cluster for which Elasticsearch
Limits are needed. |
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 |
|---|---|
List<ESPartitionInstanceType> |
ListElasticsearchInstanceTypesResponse.elasticsearchInstanceTypes()
List of instance types supported by Amazon Elasticsearch service for given
ElasticsearchVersion |
static Set<ESPartitionInstanceType> |
ESPartitionInstanceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ElasticsearchClusterConfig.Builder |
ElasticsearchClusterConfig.Builder.dedicatedMasterType(ESPartitionInstanceType dedicatedMasterType)
The instance type for a dedicated master node.
|
ReservedElasticsearchInstanceOffering.Builder |
ReservedElasticsearchInstanceOffering.Builder.elasticsearchInstanceType(ESPartitionInstanceType elasticsearchInstanceType)
The Elasticsearch instance type offered by the reserved instance offering.
|
ReservedElasticsearchInstance.Builder |
ReservedElasticsearchInstance.Builder.elasticsearchInstanceType(ESPartitionInstanceType elasticsearchInstanceType)
The Elasticsearch instance type offered by the reserved instance offering.
|
ListElasticsearchInstanceTypesResponse.Builder |
ListElasticsearchInstanceTypesResponse.Builder.elasticsearchInstanceTypes(ESPartitionInstanceType... elasticsearchInstanceTypes)
List of instance types supported by Amazon Elasticsearch service for given
ElasticsearchVersion |
ElasticsearchClusterConfig.Builder |
ElasticsearchClusterConfig.Builder.instanceType(ESPartitionInstanceType instanceType)
The instance type for an Elasticsearch cluster.
|
DescribeElasticsearchInstanceTypeLimitsRequest.Builder |
DescribeElasticsearchInstanceTypeLimitsRequest.Builder.instanceType(ESPartitionInstanceType instanceType)
The instance type for an Elasticsearch cluster for which Elasticsearch
Limits are
needed. |
| Modifier and Type | Method and Description |
|---|---|
ListElasticsearchInstanceTypesResponse.Builder |
ListElasticsearchInstanceTypesResponse.Builder.elasticsearchInstanceTypes(Collection<ESPartitionInstanceType> elasticsearchInstanceTypes)
List of instance types supported by Amazon Elasticsearch service for given
ElasticsearchVersion |
Copyright © 2023. All rights reserved.