Package | Description |
---|---|
com.amazonaws.services.elasticsearch |
|
com.amazonaws.services.elasticsearch.model |
Modifier and Type | Method and Description |
---|---|
Future<DissociatePackageResult> |
AWSElasticsearchAsyncClient.dissociatePackageAsync(DissociatePackageRequest request,
AsyncHandler<DissociatePackageRequest,DissociatePackageResult> asyncHandler) |
Future<DissociatePackageResult> |
AbstractAWSElasticsearchAsync.dissociatePackageAsync(DissociatePackageRequest request,
AsyncHandler<DissociatePackageRequest,DissociatePackageResult> asyncHandler) |
Future<DissociatePackageResult> |
AWSElasticsearchAsync.dissociatePackageAsync(DissociatePackageRequest dissociatePackageRequest,
AsyncHandler<DissociatePackageRequest,DissociatePackageResult> asyncHandler)
Dissociates a package from the Amazon ES domain.
|
Modifier and Type | Method and Description |
---|---|
DissociatePackageRequest |
DissociatePackageRequest.clone() |
DissociatePackageRequest |
DissociatePackageRequest.withDomainName(String domainName)
Name of the domain that you want to associate the package with.
|
DissociatePackageRequest |
DissociatePackageRequest.withPackageID(String packageID)
Internal ID of the package that you want to associate with a domain.
|
Copyright © 2021. All rights reserved.