| Package | Description |
|---|---|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
CompatibleVersionsMap |
CompatibleVersionsMap.clone() |
CompatibleVersionsMap |
CompatibleVersionsMap.withSourceVersion(String sourceVersion)
The current version of OpenSearch a domain is on.
|
CompatibleVersionsMap |
CompatibleVersionsMap.withTargetVersions(Collection<String> targetVersions) |
CompatibleVersionsMap |
CompatibleVersionsMap.withTargetVersions(String... targetVersions)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
List<CompatibleVersionsMap> |
GetCompatibleVersionsResult.getCompatibleVersions()
A map of compatible OpenSearch versions returned as part of the
GetCompatibleVersions
operation. |
| Modifier and Type | Method and Description |
|---|---|
GetCompatibleVersionsResult |
GetCompatibleVersionsResult.withCompatibleVersions(CompatibleVersionsMap... compatibleVersions)
A map of compatible OpenSearch versions returned as part of the
GetCompatibleVersions
operation. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetCompatibleVersionsResult.setCompatibleVersions(Collection<CompatibleVersionsMap> compatibleVersions)
A map of compatible OpenSearch versions returned as part of the
GetCompatibleVersions
operation. |
GetCompatibleVersionsResult |
GetCompatibleVersionsResult.withCompatibleVersions(Collection<CompatibleVersionsMap> compatibleVersions)
A map of compatible OpenSearch versions returned as part of the
GetCompatibleVersions
operation. |
Copyright © 2022. All rights reserved.