Uses of Class
software.amazon.awssdk.services.opensearch.model.AssociatePackagesResponse
-
Packages that use AssociatePackagesResponse Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains. -
-
Uses of AssociatePackagesResponse in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch that return AssociatePackagesResponse Modifier and Type Method Description default AssociatePackagesResponseOpenSearchClient. associatePackages(Consumer<AssociatePackagesRequest.Builder> associatePackagesRequest)Operation in the Amazon OpenSearch Service API for associating multiple packages with a domain simultaneously.default AssociatePackagesResponseOpenSearchClient. associatePackages(AssociatePackagesRequest associatePackagesRequest)Operation in the Amazon OpenSearch Service API for associating multiple packages with a domain simultaneously.Methods in software.amazon.awssdk.services.opensearch that return types with arguments of type AssociatePackagesResponse Modifier and Type Method Description default CompletableFuture<AssociatePackagesResponse>OpenSearchAsyncClient. associatePackages(Consumer<AssociatePackagesRequest.Builder> associatePackagesRequest)Operation in the Amazon OpenSearch Service API for associating multiple packages with a domain simultaneously.default CompletableFuture<AssociatePackagesResponse>OpenSearchAsyncClient. associatePackages(AssociatePackagesRequest associatePackagesRequest)Operation in the Amazon OpenSearch Service API for associating multiple packages with a domain simultaneously.
-