Uses of Class
software.amazon.awssdk.services.opensearch.model.CompatibleVersionsMap
-
Packages that use CompatibleVersionsMap Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of CompatibleVersionsMap in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type CompatibleVersionsMap Modifier and Type Method Description List<CompatibleVersionsMap>GetCompatibleVersionsResponse. compatibleVersions()A map of OpenSearch or Elasticsearch versions and the versions you can upgrade them to.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type CompatibleVersionsMap Modifier and Type Method Description GetCompatibleVersionsResponse.BuilderGetCompatibleVersionsResponse.Builder. compatibleVersions(CompatibleVersionsMap... compatibleVersions)A map of OpenSearch or Elasticsearch versions and the versions you can upgrade them to.Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type CompatibleVersionsMap Modifier and Type Method Description GetCompatibleVersionsResponse.BuilderGetCompatibleVersionsResponse.Builder. compatibleVersions(Collection<CompatibleVersionsMap> compatibleVersions)A map of OpenSearch or Elasticsearch versions and the versions you can upgrade them to.
-