Uses of Class
software.amazon.awssdk.services.opensearch.model.GetCompatibleVersionsRequest
-
Packages that use GetCompatibleVersionsRequest Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains.software.amazon.awssdk.services.opensearch.transform -
-
Uses of GetCompatibleVersionsRequest in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch with parameters of type GetCompatibleVersionsRequest Modifier and Type Method Description default CompletableFuture<GetCompatibleVersionsResponse>OpenSearchAsyncClient. getCompatibleVersions(GetCompatibleVersionsRequest 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. -
Uses of GetCompatibleVersionsRequest in software.amazon.awssdk.services.opensearch.transform
Methods in software.amazon.awssdk.services.opensearch.transform with parameters of type GetCompatibleVersionsRequest Modifier and Type Method Description SdkHttpFullRequestGetCompatibleVersionsRequestMarshaller. marshall(GetCompatibleVersionsRequest getCompatibleVersionsRequest)
-