| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch |
Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains.
|
| Modifier and Type | Method and Description |
|---|---|
default DissociatePackageResponse |
OpenSearchClient.dissociatePackage(Consumer<DissociatePackageRequest.Builder> dissociatePackageRequest)
Removes a package from the specified Amazon OpenSearch Service domain.
|
default DissociatePackageResponse |
OpenSearchClient.dissociatePackage(DissociatePackageRequest dissociatePackageRequest)
Removes a package from the specified Amazon OpenSearch Service domain.
|
| Modifier and Type | Method and 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.
|
Copyright © 2022. All rights reserved.