Uses of Class
software.amazon.awssdk.services.opensearch.model.DissociatePackageResponse
-
Packages that use DissociatePackageResponse Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains. -
-
Uses of DissociatePackageResponse in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch that return DissociatePackageResponse Modifier and Type Method Description default DissociatePackageResponseOpenSearchClient. dissociatePackage(Consumer<DissociatePackageRequest.Builder> dissociatePackageRequest)Removes a package from the specified Amazon OpenSearch Service domain.default DissociatePackageResponseOpenSearchClient. dissociatePackage(DissociatePackageRequest dissociatePackageRequest)Removes a package from the specified Amazon OpenSearch Service domain.Methods in software.amazon.awssdk.services.opensearch that return types with arguments of type DissociatePackageResponse Modifier and Type Method Description default CompletableFuture<DissociatePackageResponse>OpenSearchAsyncClient. dissociatePackage(Consumer<DissociatePackageRequest.Builder> dissociatePackageRequest)Removes a package from the specified Amazon OpenSearch Service domain.default CompletableFuture<DissociatePackageResponse>OpenSearchAsyncClient. dissociatePackage(DissociatePackageRequest dissociatePackageRequest)Removes a package from the specified Amazon OpenSearch Service domain.
-