Uses of Class
software.amazon.awssdk.services.opensearch.model.GetCompatibleVersionsResponse
-
Packages that use GetCompatibleVersionsResponse Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains. -
-
Uses of GetCompatibleVersionsResponse in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch that return GetCompatibleVersionsResponse Modifier and Type Method Description default GetCompatibleVersionsResponseOpenSearchClient. getCompatibleVersions(Consumer<GetCompatibleVersionsRequest.Builder> getCompatibleVersionsRequest)Returns a map of OpenSearch or Elasticsearch versions and the versions you can upgrade them to.default GetCompatibleVersionsResponseOpenSearchClient. getCompatibleVersions(GetCompatibleVersionsRequest getCompatibleVersionsRequest)Returns a map of OpenSearch or Elasticsearch versions and the versions you can upgrade them to.Methods in software.amazon.awssdk.services.opensearch that return types with arguments of type GetCompatibleVersionsResponse Modifier and Type Method Description default CompletableFuture<GetCompatibleVersionsResponse>OpenSearchAsyncClient. getCompatibleVersions(Consumer<GetCompatibleVersionsRequest.Builder> getCompatibleVersionsRequest)Returns a map of OpenSearch or Elasticsearch versions and the versions you can upgrade them to.default CompletableFuture<GetCompatibleVersionsResponse>OpenSearchAsyncClient. getCompatibleVersions(GetCompatibleVersionsRequest getCompatibleVersionsRequest)Returns a map of OpenSearch or Elasticsearch versions and the versions you can upgrade them to.
-