Uses of Class
software.amazon.awssdk.services.opensearch.model.AssociatePackageResponse
-
Packages that use AssociatePackageResponse Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains. -
-
Uses of AssociatePackageResponse in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch that return AssociatePackageResponse Modifier and Type Method Description default AssociatePackageResponseOpenSearchClient. associatePackage(Consumer<AssociatePackageRequest.Builder> associatePackageRequest)Associates a package with an Amazon OpenSearch Service domain.default AssociatePackageResponseOpenSearchClient. associatePackage(AssociatePackageRequest associatePackageRequest)Associates a package with an Amazon OpenSearch Service domain.Methods in software.amazon.awssdk.services.opensearch that return types with arguments of type AssociatePackageResponse Modifier and Type Method Description default CompletableFuture<AssociatePackageResponse>OpenSearchAsyncClient. associatePackage(Consumer<AssociatePackageRequest.Builder> associatePackageRequest)Associates a package with an Amazon OpenSearch Service domain.default CompletableFuture<AssociatePackageResponse>OpenSearchAsyncClient. associatePackage(AssociatePackageRequest associatePackageRequest)Associates a package with an Amazon OpenSearch Service domain.
-