| Package | Description |
|---|---|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
VersionStatus |
VersionStatus.clone() |
VersionStatus |
DomainConfig.getEngineVersion()
String of format Elasticsearch_X.Y or OpenSearch_X.Y to specify the engine version for the OpenSearch or
Elasticsearch domain.
|
VersionStatus |
VersionStatus.withOptions(String options)
The OpenSearch version for the specified OpenSearch domain.
|
VersionStatus |
VersionStatus.withStatus(OptionStatus status)
The status of the OpenSearch version options for the specified OpenSearch domain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DomainConfig.setEngineVersion(VersionStatus engineVersion)
String of format Elasticsearch_X.Y or OpenSearch_X.Y to specify the engine version for the OpenSearch or
Elasticsearch domain.
|
DomainConfig |
DomainConfig.withEngineVersion(VersionStatus engineVersion)
String of format Elasticsearch_X.Y or OpenSearch_X.Y to specify the engine version for the OpenSearch or
Elasticsearch domain.
|
Copyright © 2022. All rights reserved.