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<AssociatePackageResult> |
AbstractAmazonOpenSearchAsync.associatePackageAsync(AssociatePackageRequest request,
AsyncHandler<AssociatePackageRequest,AssociatePackageResult> asyncHandler) |
Future<AssociatePackageResult> |
AmazonOpenSearchAsyncClient.associatePackageAsync(AssociatePackageRequest request,
AsyncHandler<AssociatePackageRequest,AssociatePackageResult> asyncHandler) |
Future<AssociatePackageResult> |
AmazonOpenSearchAsync.associatePackageAsync(AssociatePackageRequest associatePackageRequest,
AsyncHandler<AssociatePackageRequest,AssociatePackageResult> asyncHandler)
Associates a package with an Amazon OpenSearch Service domain.
|
Modifier and Type | Method and Description |
---|---|
AssociatePackageRequest |
AssociatePackageRequest.clone() |
AssociatePackageRequest |
AssociatePackageRequest.withDomainName(String domainName)
Name of the domain to associate the package with.
|
AssociatePackageRequest |
AssociatePackageRequest.withPackageID(String packageID)
Internal ID of the package to associate with a domain.
|
Copyright © 2023. All rights reserved.