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 |
---|---|
DissociatePackageResult |
AbstractAmazonOpenSearch.dissociatePackage(DissociatePackageRequest request) |
DissociatePackageResult |
AmazonOpenSearchClient.dissociatePackage(DissociatePackageRequest request)
Removes a package from the specified Amazon OpenSearch Service domain.
|
DissociatePackageResult |
AmazonOpenSearch.dissociatePackage(DissociatePackageRequest dissociatePackageRequest)
Removes a package from the specified Amazon OpenSearch Service domain.
|
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 |
---|---|
DissociatePackageResult |
DissociatePackageResult.clone() |
DissociatePackageResult |
DissociatePackageResult.withDomainPackageDetails(DomainPackageDetails domainPackageDetails)
Information about a package that has been dissociated from the domain.
|
Copyright © 2023. All rights reserved.