| Package | Description |
|---|---|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceTypeDetails |
InstanceTypeDetails.clone() |
InstanceTypeDetails |
InstanceTypeDetails.withAdvancedSecurityEnabled(Boolean advancedSecurityEnabled)
Whether fine-grained access control is supported for the instance type.
|
InstanceTypeDetails |
InstanceTypeDetails.withAppLogsEnabled(Boolean appLogsEnabled)
Whether logging is supported for the instance type.
|
InstanceTypeDetails |
InstanceTypeDetails.withCognitoEnabled(Boolean cognitoEnabled)
Whether Amazon Cognito access is supported for the instance type.
|
InstanceTypeDetails |
InstanceTypeDetails.withEncryptionEnabled(Boolean encryptionEnabled)
Whether encryption at rest and node-to-node encryption are supported for the instance type.
|
InstanceTypeDetails |
InstanceTypeDetails.withInstanceRole(Collection<String> instanceRole)
Whether the instance acts as a data node, a dedicated master node, or an UltraWarm node.
|
InstanceTypeDetails |
InstanceTypeDetails.withInstanceRole(String... instanceRole)
Whether the instance acts as a data node, a dedicated master node, or an UltraWarm node.
|
InstanceTypeDetails |
InstanceTypeDetails.withInstanceType(OpenSearchPartitionInstanceType instanceType)
The instance type.
|
InstanceTypeDetails |
InstanceTypeDetails.withInstanceType(String instanceType)
The instance type.
|
InstanceTypeDetails |
InstanceTypeDetails.withWarmEnabled(Boolean warmEnabled)
Whether UltraWarm is supported for the instance type.
|
| Modifier and Type | Method and Description |
|---|---|
List<InstanceTypeDetails> |
ListInstanceTypeDetailsResult.getInstanceTypeDetails()
Lists all supported instance types and features for the given OpenSearch or Elasticsearch version.
|
| Modifier and Type | Method and Description |
|---|---|
ListInstanceTypeDetailsResult |
ListInstanceTypeDetailsResult.withInstanceTypeDetails(InstanceTypeDetails... instanceTypeDetails)
Lists all supported instance types and features for the given OpenSearch or Elasticsearch version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListInstanceTypeDetailsResult.setInstanceTypeDetails(Collection<InstanceTypeDetails> instanceTypeDetails)
Lists all supported instance types and features for the given OpenSearch or Elasticsearch version.
|
ListInstanceTypeDetailsResult |
ListInstanceTypeDetailsResult.withInstanceTypeDetails(Collection<InstanceTypeDetails> instanceTypeDetails)
Lists all supported instance types and features for the given OpenSearch or Elasticsearch version.
|
Copyright © 2022. All rights reserved.