Package | Description |
---|---|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
CompatibleVersionsMap |
CompatibleVersionsMap.clone() |
CompatibleVersionsMap |
CompatibleVersionsMap.withSourceVersion(String sourceVersion)
The current version that the OpenSearch Service domain is running.
|
CompatibleVersionsMap |
CompatibleVersionsMap.withTargetVersions(Collection<String> targetVersions)
The possible versions that you can upgrade the domain to.
|
CompatibleVersionsMap |
CompatibleVersionsMap.withTargetVersions(String... targetVersions)
The possible versions that you can upgrade the domain to.
|
Modifier and Type | Method and Description |
---|---|
List<CompatibleVersionsMap> |
GetCompatibleVersionsResult.getCompatibleVersions()
A map of OpenSearch or Elasticsearch versions and the versions you can upgrade them to.
|
Modifier and Type | Method and Description |
---|---|
GetCompatibleVersionsResult |
GetCompatibleVersionsResult.withCompatibleVersions(CompatibleVersionsMap... compatibleVersions)
A map of OpenSearch or Elasticsearch versions and the versions you can upgrade them to.
|
Modifier and Type | Method and Description |
---|---|
void |
GetCompatibleVersionsResult.setCompatibleVersions(Collection<CompatibleVersionsMap> compatibleVersions)
A map of OpenSearch or Elasticsearch versions and the versions you can upgrade them to.
|
GetCompatibleVersionsResult |
GetCompatibleVersionsResult.withCompatibleVersions(Collection<CompatibleVersionsMap> compatibleVersions)
A map of OpenSearch or Elasticsearch versions and the versions you can upgrade them to.
|
Copyright © 2023. All rights reserved.