Uses of Interface
software.amazon.awssdk.services.opensearch.model.GetCompatibleVersionsRequest.Builder
-
Packages that use GetCompatibleVersionsRequest.Builder 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.model -
-
Uses of GetCompatibleVersionsRequest.Builder in software.amazon.awssdk.services.opensearch
Method parameters in software.amazon.awssdk.services.opensearch with type arguments of type GetCompatibleVersionsRequest.Builder 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 GetCompatibleVersionsResponseOpenSearchClient. getCompatibleVersions(Consumer<GetCompatibleVersionsRequest.Builder> getCompatibleVersionsRequest)Returns a map of OpenSearch or Elasticsearch versions and the versions you can upgrade them to. -
Uses of GetCompatibleVersionsRequest.Builder in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return GetCompatibleVersionsRequest.Builder Modifier and Type Method Description static GetCompatibleVersionsRequest.BuilderGetCompatibleVersionsRequest. builder()GetCompatibleVersionsRequest.BuilderGetCompatibleVersionsRequest.Builder. domainName(String domainName)The name of an existing domain.GetCompatibleVersionsRequest.BuilderGetCompatibleVersionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCompatibleVersionsRequest.BuilderGetCompatibleVersionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetCompatibleVersionsRequest.BuilderGetCompatibleVersionsRequest. toBuilder()Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type GetCompatibleVersionsRequest.Builder Modifier and Type Method Description static Class<? extends GetCompatibleVersionsRequest.Builder>GetCompatibleVersionsRequest. serializableBuilderClass()
-