| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
OpenSearchPartitionInstanceType |
ClusterConfig.dedicatedMasterType()
OpenSearch Service instance type of the dedicated master nodes in the cluster.
|
static OpenSearchPartitionInstanceType |
OpenSearchPartitionInstanceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
OpenSearchPartitionInstanceType |
ReservedInstanceOffering.instanceType()
The OpenSearch instance type offered by the Reserved Instance offering.
|
OpenSearchPartitionInstanceType |
InstanceTypeDetails.instanceType()
The instance type.
|
OpenSearchPartitionInstanceType |
DomainNodesStatus.instanceType()
The instance type information of the node.
|
OpenSearchPartitionInstanceType |
DescribeInstanceTypeLimitsRequest.instanceType()
The OpenSearch Service instance type for which you need limit information.
|
OpenSearchPartitionInstanceType |
ClusterConfig.instanceType()
Instance type of data nodes in the cluster.
|
OpenSearchPartitionInstanceType |
ReservedInstance.instanceType()
The OpenSearch instance type offered by theReserved Instance offering.
|
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 |
|---|---|
static Set<OpenSearchPartitionInstanceType> |
OpenSearchPartitionInstanceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ClusterConfig.Builder |
ClusterConfig.Builder.dedicatedMasterType(OpenSearchPartitionInstanceType dedicatedMasterType)
OpenSearch Service instance type of the dedicated master nodes in the cluster.
|
ReservedInstanceOffering.Builder |
ReservedInstanceOffering.Builder.instanceType(OpenSearchPartitionInstanceType instanceType)
The OpenSearch instance type offered by the Reserved Instance offering.
|
InstanceTypeDetails.Builder |
InstanceTypeDetails.Builder.instanceType(OpenSearchPartitionInstanceType instanceType)
The instance type.
|
DomainNodesStatus.Builder |
DomainNodesStatus.Builder.instanceType(OpenSearchPartitionInstanceType instanceType)
The instance type information of the node.
|
DescribeInstanceTypeLimitsRequest.Builder |
DescribeInstanceTypeLimitsRequest.Builder.instanceType(OpenSearchPartitionInstanceType instanceType)
The OpenSearch Service instance type for which you need limit information.
|
ClusterConfig.Builder |
ClusterConfig.Builder.instanceType(OpenSearchPartitionInstanceType instanceType)
Instance type of data nodes in the cluster.
|
ReservedInstance.Builder |
ReservedInstance.Builder.instanceType(OpenSearchPartitionInstanceType instanceType)
The OpenSearch instance type offered by theReserved Instance offering.
|
Copyright © 2023. All rights reserved.