Package | Description |
---|---|
com.amazonaws.services.elasticsearch.model |
Modifier and Type | Method and Description |
---|---|
CompatibleVersionsMap |
CompatibleVersionsMap.clone() |
CompatibleVersionsMap |
CompatibleVersionsMap.withSourceVersion(String sourceVersion)
The current version of Elasticsearch on which a domain is.
|
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> |
GetCompatibleElasticsearchVersionsResult.getCompatibleElasticsearchVersions()
A map of compatible Elasticsearch versions returned as part of the
GetCompatibleElasticsearchVersions operation. |
Modifier and Type | Method and Description |
---|---|
GetCompatibleElasticsearchVersionsResult |
GetCompatibleElasticsearchVersionsResult.withCompatibleElasticsearchVersions(CompatibleVersionsMap... compatibleElasticsearchVersions)
A map of compatible Elasticsearch versions returned as part of the
GetCompatibleElasticsearchVersions operation. |
Modifier and Type | Method and Description |
---|---|
void |
GetCompatibleElasticsearchVersionsResult.setCompatibleElasticsearchVersions(Collection<CompatibleVersionsMap> compatibleElasticsearchVersions)
A map of compatible Elasticsearch versions returned as part of the
GetCompatibleElasticsearchVersions operation. |
GetCompatibleElasticsearchVersionsResult |
GetCompatibleElasticsearchVersionsResult.withCompatibleElasticsearchVersions(Collection<CompatibleVersionsMap> compatibleElasticsearchVersions)
A map of compatible Elasticsearch versions returned as part of the
GetCompatibleElasticsearchVersions operation. |
Copyright © 2019. All rights reserved.