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