| Package | Description |
|---|---|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
static OpenSearchPartitionInstanceType |
OpenSearchPartitionInstanceType.fromValue(String value)
Use this in place of valueOf.
|
static OpenSearchPartitionInstanceType |
OpenSearchPartitionInstanceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenSearchPartitionInstanceType[] |
OpenSearchPartitionInstanceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterConfig |
ClusterConfig.withDedicatedMasterType(OpenSearchPartitionInstanceType dedicatedMasterType)
OpenSearch Service instance type of the dedicated master nodes in the cluster.
|
InstanceTypeDetails |
InstanceTypeDetails.withInstanceType(OpenSearchPartitionInstanceType instanceType)
The instance type.
|
ReservedInstance |
ReservedInstance.withInstanceType(OpenSearchPartitionInstanceType instanceType)
The OpenSearch instance type offered by theReserved Instance offering.
|
ReservedInstanceOffering |
ReservedInstanceOffering.withInstanceType(OpenSearchPartitionInstanceType instanceType)
The OpenSearch instance type offered by the Reserved Instance offering.
|
DescribeInstanceTypeLimitsRequest |
DescribeInstanceTypeLimitsRequest.withInstanceType(OpenSearchPartitionInstanceType instanceType)
The OpenSearch Service instance type for which you need limit information.
|
DomainNodesStatus |
DomainNodesStatus.withInstanceType(OpenSearchPartitionInstanceType instanceType)
The instance type information of the node.
|
ClusterConfig |
ClusterConfig.withInstanceType(OpenSearchPartitionInstanceType instanceType)
Instance type of data nodes in the cluster.
|
Copyright © 2024. All rights reserved.