| 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)
The instance type for a dedicated master node.
|
ReservedInstanceOffering |
ReservedInstanceOffering.withInstanceType(OpenSearchPartitionInstanceType instanceType)
The OpenSearch instance type offered by the reserved instance offering.
|
DescribeInstanceTypeLimitsRequest |
DescribeInstanceTypeLimitsRequest.withInstanceType(OpenSearchPartitionInstanceType instanceType)
The instance type for an OpenSearch cluster for which OpenSearch
Limits are needed. |
InstanceTypeDetails |
InstanceTypeDetails.withInstanceType(OpenSearchPartitionInstanceType instanceType) |
ClusterConfig |
ClusterConfig.withInstanceType(OpenSearchPartitionInstanceType instanceType)
The instance type for an OpenSearch cluster.
|
ReservedInstance |
ReservedInstance.withInstanceType(OpenSearchPartitionInstanceType instanceType)
The OpenSearch instance type offered by the reserved instance offering.
|
Copyright © 2022. All rights reserved.