| Package | Description |
|---|---|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
VersionStatus |
VersionStatus.clone() |
VersionStatus |
DomainConfig.getEngineVersion()
The OpenSearch or Elasticsearch version that the domain is running.
|
VersionStatus |
VersionStatus.withOptions(String options)
The OpenSearch or Elasticsearch version for the specified domain.
|
VersionStatus |
VersionStatus.withStatus(OptionStatus status)
The status of the version options for the specified domain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DomainConfig.setEngineVersion(VersionStatus engineVersion)
The OpenSearch or Elasticsearch version that the domain is running.
|
DomainConfig |
DomainConfig.withEngineVersion(VersionStatus engineVersion)
The OpenSearch or Elasticsearch version that the domain is running.
|
Copyright © 2023. All rights reserved.