Uses of Class
software.amazon.awssdk.services.opensearch.model.DissociatePackageRequest
-
Packages that use DissociatePackageRequest 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 DissociatePackageRequest in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch with parameters of type DissociatePackageRequest Modifier and Type Method Description default CompletableFuture<DissociatePackageResponse>OpenSearchAsyncClient. dissociatePackage(DissociatePackageRequest 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. -
Uses of DissociatePackageRequest in software.amazon.awssdk.services.opensearch.transform
Methods in software.amazon.awssdk.services.opensearch.transform with parameters of type DissociatePackageRequest Modifier and Type Method Description SdkHttpFullRequestDissociatePackageRequestMarshaller. marshall(DissociatePackageRequest dissociatePackageRequest)
-