Package | Description |
---|---|
com.amazonaws.services.opensearch |
Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains.
|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
Future<DissociatePackageResult> |
AbstractAmazonOpenSearchAsync.dissociatePackageAsync(DissociatePackageRequest request,
AsyncHandler<DissociatePackageRequest,DissociatePackageResult> asyncHandler) |
Future<DissociatePackageResult> |
AmazonOpenSearchAsyncClient.dissociatePackageAsync(DissociatePackageRequest request,
AsyncHandler<DissociatePackageRequest,DissociatePackageResult> asyncHandler) |
Future<DissociatePackageResult> |
AmazonOpenSearchAsync.dissociatePackageAsync(DissociatePackageRequest dissociatePackageRequest,
AsyncHandler<DissociatePackageRequest,DissociatePackageResult> asyncHandler)
Removes a package from the specified Amazon OpenSearch Service domain.
|
Modifier and Type | Method and Description |
---|---|
DissociatePackageRequest |
DissociatePackageRequest.clone() |
DissociatePackageRequest |
DissociatePackageRequest.withDomainName(String domainName)
Name of the domain to dissociate the package from.
|
DissociatePackageRequest |
DissociatePackageRequest.withPackageID(String packageID)
Internal ID of the package to dissociate from the domain.
|
Copyright © 2023. All rights reserved.