@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSElasticsearchAsyncClient extends AWSElasticsearchClient implements AWSElasticsearchAsync
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Use the Amazon Elasticsearch Configuration API to create, configure, and manage Elasticsearch domains.
For sample code that uses the Configuration API, see the Amazon Elasticsearch Service Developer Guide. The guide also contains sample code for sending signed HTTP requests to the Elasticsearch APIs.
The endpoint for configuration service requests is region-specific: es.region.amazonaws.com. For example, es.us-east-1.amazonaws.com. For a current list of supported regions and endpoints, see Regions and Endpoints.
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_PREFIX
Constructor and Description |
---|
AWSElasticsearchAsyncClient()
Deprecated.
|
AWSElasticsearchAsyncClient(AWSCredentials awsCredentials)
Deprecated.
|
AWSElasticsearchAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
|
AWSElasticsearchAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
|
AWSElasticsearchAsyncClient(AWSCredentialsProvider awsCredentialsProvider)
Deprecated.
|
AWSElasticsearchAsyncClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration)
|
AWSElasticsearchAsyncClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
|
AWSElasticsearchAsyncClient(AWSCredentialsProvider awsCredentialsProvider,
ExecutorService executorService)
|
AWSElasticsearchAsyncClient(ClientConfiguration clientConfiguration)
Deprecated.
|
acceptInboundCrossClusterSearchConnection, addTags, associatePackage, authorizeVpcEndpointAccess, builder, cancelDomainConfigChange, cancelElasticsearchServiceSoftwareUpdate, createElasticsearchDomain, createOutboundCrossClusterSearchConnection, createPackage, createVpcEndpoint, deleteElasticsearchDomain, deleteElasticsearchServiceRole, deleteInboundCrossClusterSearchConnection, deleteOutboundCrossClusterSearchConnection, deletePackage, deleteVpcEndpoint, describeDomainAutoTunes, describeDomainChangeProgress, describeElasticsearchDomain, describeElasticsearchDomainConfig, describeElasticsearchDomains, describeElasticsearchInstanceTypeLimits, describeInboundCrossClusterSearchConnections, describeOutboundCrossClusterSearchConnections, describePackages, describeReservedElasticsearchInstanceOfferings, describeReservedElasticsearchInstances, describeVpcEndpoints, dissociatePackage, getCachedResponseMetadata, getCompatibleElasticsearchVersions, getPackageVersionHistory, getUpgradeHistory, getUpgradeStatus, listDomainNames, listDomainsForPackage, listElasticsearchInstanceTypes, listElasticsearchVersions, listPackagesForDomain, listTags, listVpcEndpointAccess, listVpcEndpoints, listVpcEndpointsForDomain, purchaseReservedElasticsearchInstanceOffering, rejectInboundCrossClusterSearchConnection, removeTags, revokeVpcEndpointAccess, startElasticsearchServiceSoftwareUpdate, updateElasticsearchDomainConfig, updatePackage, updateVpcEndpoint, upgradeElasticsearchDomain
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
acceptInboundCrossClusterSearchConnection, addTags, associatePackage, authorizeVpcEndpointAccess, cancelDomainConfigChange, cancelElasticsearchServiceSoftwareUpdate, createElasticsearchDomain, createOutboundCrossClusterSearchConnection, createPackage, createVpcEndpoint, deleteElasticsearchDomain, deleteElasticsearchServiceRole, deleteInboundCrossClusterSearchConnection, deleteOutboundCrossClusterSearchConnection, deletePackage, deleteVpcEndpoint, describeDomainAutoTunes, describeDomainChangeProgress, describeElasticsearchDomain, describeElasticsearchDomainConfig, describeElasticsearchDomains, describeElasticsearchInstanceTypeLimits, describeInboundCrossClusterSearchConnections, describeOutboundCrossClusterSearchConnections, describePackages, describeReservedElasticsearchInstanceOfferings, describeReservedElasticsearchInstances, describeVpcEndpoints, dissociatePackage, getCachedResponseMetadata, getCompatibleElasticsearchVersions, getPackageVersionHistory, getUpgradeHistory, getUpgradeStatus, listDomainNames, listDomainsForPackage, listElasticsearchInstanceTypes, listElasticsearchVersions, listPackagesForDomain, listTags, listVpcEndpointAccess, listVpcEndpoints, listVpcEndpointsForDomain, purchaseReservedElasticsearchInstanceOffering, rejectInboundCrossClusterSearchConnection, removeTags, revokeVpcEndpointAccess, setEndpoint, setRegion, startElasticsearchServiceSoftwareUpdate, updateElasticsearchDomainConfig, updatePackage, updateVpcEndpoint, upgradeElasticsearchDomain
@Deprecated public AWSElasticsearchAsyncClient()
AWSElasticsearchAsyncClientBuilder.defaultClient()
Asynchronous methods are delegated to a fixed-size thread pool containing 50 threads (to match the default maximum number of concurrent connections to the service).
@Deprecated public AWSElasticsearchAsyncClient(ClientConfiguration clientConfiguration)
AwsClientBuilder.withClientConfiguration(ClientConfiguration)
Asynchronous methods are delegated to a fixed-size thread pool containing a number of threads equal to the
maximum number of concurrent connections configured via ClientConfiguration.getMaxConnections()
.
clientConfiguration
- The client configuration options controlling how this client connects to Amazon Elasticsearch Service (ex:
proxy settings, retry counts, etc).DefaultAWSCredentialsProviderChain
,
Executors.newFixedThreadPool(int)
@Deprecated public AWSElasticsearchAsyncClient(AWSCredentials awsCredentials)
AwsClientBuilder.withCredentials(AWSCredentialsProvider)
Asynchronous methods are delegated to a fixed-size thread pool containing 50 threads (to match the default maximum number of concurrent connections to the service).
awsCredentials
- The AWS credentials (access key ID and secret key) to use when authenticating with AWS services.Executors.newFixedThreadPool(int)
@Deprecated public AWSElasticsearchAsyncClient(AWSCredentials awsCredentials, ExecutorService executorService)
AwsClientBuilder.withCredentials(AWSCredentialsProvider)
and
AwsAsyncClientBuilder.withExecutorFactory(com.amazonaws.client.builder.ExecutorFactory)
awsCredentials
- The AWS credentials (access key ID and secret key) to use when authenticating with AWS services.executorService
- The executor service by which all asynchronous requests will be executed.@Deprecated public AWSElasticsearchAsyncClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration, ExecutorService executorService)
AwsClientBuilder.withCredentials(AWSCredentialsProvider)
and
AwsClientBuilder.withClientConfiguration(ClientConfiguration)
and
AwsAsyncClientBuilder.withExecutorFactory(com.amazonaws.client.builder.ExecutorFactory)
awsCredentials
- The AWS credentials (access key ID and secret key) to use when authenticating with AWS services.clientConfiguration
- Client configuration options (ex: max retry limit, proxy settings, etc).executorService
- The executor service by which all asynchronous requests will be executed.@Deprecated public AWSElasticsearchAsyncClient(AWSCredentialsProvider awsCredentialsProvider)
AwsClientBuilder.withCredentials(AWSCredentialsProvider)
Asynchronous methods are delegated to a fixed-size thread pool containing 50 threads (to match the default maximum number of concurrent connections to the service).
awsCredentialsProvider
- The AWS credentials provider which will provide credentials to authenticate requests with AWS services.Executors.newFixedThreadPool(int)
@Deprecated public AWSElasticsearchAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration)
AwsClientBuilder.withCredentials(AWSCredentialsProvider)
and
AwsClientBuilder.withClientConfiguration(ClientConfiguration)
Asynchronous methods are delegated to a fixed-size thread pool containing a number of threads equal to the
maximum number of concurrent connections configured via ClientConfiguration.getMaxConnections()
.
awsCredentialsProvider
- The AWS credentials provider which will provide credentials to authenticate requests with AWS services.clientConfiguration
- Client configuration options (ex: max retry limit, proxy settings, etc).DefaultAWSCredentialsProviderChain
,
Executors.newFixedThreadPool(int)
@Deprecated public AWSElasticsearchAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService)
AwsClientBuilder.withCredentials(AWSCredentialsProvider)
and
AwsAsyncClientBuilder.withExecutorFactory(com.amazonaws.client.builder.ExecutorFactory)
awsCredentialsProvider
- The AWS credentials provider which will provide credentials to authenticate requests with AWS services.executorService
- The executor service by which all asynchronous requests will be executed.@Deprecated public AWSElasticsearchAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService)
AwsClientBuilder.withCredentials(AWSCredentialsProvider)
and
AwsClientBuilder.withClientConfiguration(ClientConfiguration)
and
AwsAsyncClientBuilder.withExecutorFactory(com.amazonaws.client.builder.ExecutorFactory)
awsCredentialsProvider
- The AWS credentials provider which will provide credentials to authenticate requests with AWS services.clientConfiguration
- Client configuration options (ex: max retry limit, proxy settings, etc).executorService
- The executor service by which all asynchronous requests will be executed.public static AWSElasticsearchAsyncClientBuilder asyncBuilder()
public ExecutorService getExecutorService()
public Future<AcceptInboundCrossClusterSearchConnectionResult> acceptInboundCrossClusterSearchConnectionAsync(AcceptInboundCrossClusterSearchConnectionRequest request)
AWSElasticsearchAsync
Allows the destination domain owner to accept an inbound cross-cluster search connection request.
acceptInboundCrossClusterSearchConnectionAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the AcceptInboundCrossClusterSearchConnection
operation.public Future<AcceptInboundCrossClusterSearchConnectionResult> acceptInboundCrossClusterSearchConnectionAsync(AcceptInboundCrossClusterSearchConnectionRequest request, AsyncHandler<AcceptInboundCrossClusterSearchConnectionRequest,AcceptInboundCrossClusterSearchConnectionResult> asyncHandler)
AWSElasticsearchAsync
Allows the destination domain owner to accept an inbound cross-cluster search connection request.
acceptInboundCrossClusterSearchConnectionAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the AcceptInboundCrossClusterSearchConnection
operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<AddTagsResult> addTagsAsync(AddTagsRequest request)
AWSElasticsearchAsync
Attaches tags to an existing Elasticsearch domain. Tags are a set of case-sensitive key value pairs. An Elasticsearch domain may have up to 10 tags. See Tagging Amazon Elasticsearch Service Domains for more information.
addTagsAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the AddTags
operation. Specify the tags that you want
to attach to the Elasticsearch domain.public Future<AddTagsResult> addTagsAsync(AddTagsRequest request, AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler)
AWSElasticsearchAsync
Attaches tags to an existing Elasticsearch domain. Tags are a set of case-sensitive key value pairs. An Elasticsearch domain may have up to 10 tags. See Tagging Amazon Elasticsearch Service Domains for more information.
addTagsAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the AddTags
operation. Specify the tags that you want
to attach to the Elasticsearch domain.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<AssociatePackageResult> associatePackageAsync(AssociatePackageRequest request)
AWSElasticsearchAsync
Associates a package with an Amazon ES domain.
associatePackageAsync
in interface AWSElasticsearchAsync
request
- Container for request parameters to AssociatePackage
operation.public Future<AssociatePackageResult> associatePackageAsync(AssociatePackageRequest request, AsyncHandler<AssociatePackageRequest,AssociatePackageResult> asyncHandler)
AWSElasticsearchAsync
Associates a package with an Amazon ES domain.
associatePackageAsync
in interface AWSElasticsearchAsync
request
- Container for request parameters to AssociatePackage
operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<AuthorizeVpcEndpointAccessResult> authorizeVpcEndpointAccessAsync(AuthorizeVpcEndpointAccessRequest request)
AWSElasticsearchAsync
Provides access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint.
authorizeVpcEndpointAccessAsync
in interface AWSElasticsearchAsync
request
- Container for request parameters to the AuthorizeVpcEndpointAccess
operation.
Specifies the account to be permitted to manage VPC endpoints against the domain.public Future<AuthorizeVpcEndpointAccessResult> authorizeVpcEndpointAccessAsync(AuthorizeVpcEndpointAccessRequest request, AsyncHandler<AuthorizeVpcEndpointAccessRequest,AuthorizeVpcEndpointAccessResult> asyncHandler)
AWSElasticsearchAsync
Provides access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint.
authorizeVpcEndpointAccessAsync
in interface AWSElasticsearchAsync
request
- Container for request parameters to the AuthorizeVpcEndpointAccess
operation.
Specifies the account to be permitted to manage VPC endpoints against the domain.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CancelDomainConfigChangeResult> cancelDomainConfigChangeAsync(CancelDomainConfigChangeRequest request)
AWSElasticsearchAsync
Cancels a pending configuration change on an Amazon OpenSearch Service domain.
cancelDomainConfigChangeAsync
in interface AWSElasticsearchAsync
request
- Container for parameters of the CancelDomainConfigChange
operation.public Future<CancelDomainConfigChangeResult> cancelDomainConfigChangeAsync(CancelDomainConfigChangeRequest request, AsyncHandler<CancelDomainConfigChangeRequest,CancelDomainConfigChangeResult> asyncHandler)
AWSElasticsearchAsync
Cancels a pending configuration change on an Amazon OpenSearch Service domain.
cancelDomainConfigChangeAsync
in interface AWSElasticsearchAsync
request
- Container for parameters of the CancelDomainConfigChange
operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CancelElasticsearchServiceSoftwareUpdateResult> cancelElasticsearchServiceSoftwareUpdateAsync(CancelElasticsearchServiceSoftwareUpdateRequest request)
AWSElasticsearchAsync
Cancels a scheduled service software update for an Amazon ES domain. You can only perform this operation before
the AutomatedUpdateDate
and when the UpdateStatus
is in the PENDING_UPDATE
state.
cancelElasticsearchServiceSoftwareUpdateAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the CancelElasticsearchServiceSoftwareUpdate
operation. Specifies the name of the Elasticsearch domain that you wish to cancel a service software
update on.public Future<CancelElasticsearchServiceSoftwareUpdateResult> cancelElasticsearchServiceSoftwareUpdateAsync(CancelElasticsearchServiceSoftwareUpdateRequest request, AsyncHandler<CancelElasticsearchServiceSoftwareUpdateRequest,CancelElasticsearchServiceSoftwareUpdateResult> asyncHandler)
AWSElasticsearchAsync
Cancels a scheduled service software update for an Amazon ES domain. You can only perform this operation before
the AutomatedUpdateDate
and when the UpdateStatus
is in the PENDING_UPDATE
state.
cancelElasticsearchServiceSoftwareUpdateAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the CancelElasticsearchServiceSoftwareUpdate
operation. Specifies the name of the Elasticsearch domain that you wish to cancel a service software
update on.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateElasticsearchDomainResult> createElasticsearchDomainAsync(CreateElasticsearchDomainRequest request)
AWSElasticsearchAsync
Creates a new Elasticsearch domain. For more information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide.
createElasticsearchDomainAsync
in interface AWSElasticsearchAsync
public Future<CreateElasticsearchDomainResult> createElasticsearchDomainAsync(CreateElasticsearchDomainRequest request, AsyncHandler<CreateElasticsearchDomainRequest,CreateElasticsearchDomainResult> asyncHandler)
AWSElasticsearchAsync
Creates a new Elasticsearch domain. For more information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide.
createElasticsearchDomainAsync
in interface AWSElasticsearchAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateOutboundCrossClusterSearchConnectionResult> createOutboundCrossClusterSearchConnectionAsync(CreateOutboundCrossClusterSearchConnectionRequest request)
AWSElasticsearchAsync
Creates a new cross-cluster search connection from a source domain to a destination domain.
createOutboundCrossClusterSearchConnectionAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the CreateOutboundCrossClusterSearchConnection
operation.public Future<CreateOutboundCrossClusterSearchConnectionResult> createOutboundCrossClusterSearchConnectionAsync(CreateOutboundCrossClusterSearchConnectionRequest request, AsyncHandler<CreateOutboundCrossClusterSearchConnectionRequest,CreateOutboundCrossClusterSearchConnectionResult> asyncHandler)
AWSElasticsearchAsync
Creates a new cross-cluster search connection from a source domain to a destination domain.
createOutboundCrossClusterSearchConnectionAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the CreateOutboundCrossClusterSearchConnection
operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreatePackageResult> createPackageAsync(CreatePackageRequest request)
AWSElasticsearchAsync
Create a package for use with Amazon ES domains.
createPackageAsync
in interface AWSElasticsearchAsync
request
- Container for request parameters to CreatePackage
operation.public Future<CreatePackageResult> createPackageAsync(CreatePackageRequest request, AsyncHandler<CreatePackageRequest,CreatePackageResult> asyncHandler)
AWSElasticsearchAsync
Create a package for use with Amazon ES domains.
createPackageAsync
in interface AWSElasticsearchAsync
request
- Container for request parameters to CreatePackage
operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateVpcEndpointResult> createVpcEndpointAsync(CreateVpcEndpointRequest request)
AWSElasticsearchAsync
Creates an Amazon OpenSearch Service-managed VPC endpoint.
createVpcEndpointAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the CreateVpcEndpointRequest
operation.public Future<CreateVpcEndpointResult> createVpcEndpointAsync(CreateVpcEndpointRequest request, AsyncHandler<CreateVpcEndpointRequest,CreateVpcEndpointResult> asyncHandler)
AWSElasticsearchAsync
Creates an Amazon OpenSearch Service-managed VPC endpoint.
createVpcEndpointAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the CreateVpcEndpointRequest
operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteElasticsearchDomainResult> deleteElasticsearchDomainAsync(DeleteElasticsearchDomainRequest request)
AWSElasticsearchAsync
Permanently deletes the specified Elasticsearch domain and all of its data. Once a domain is deleted, it cannot be recovered.
deleteElasticsearchDomainAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the DeleteElasticsearchDomain
operation. Specifies the
name of the Elasticsearch domain that you want to delete.public Future<DeleteElasticsearchDomainResult> deleteElasticsearchDomainAsync(DeleteElasticsearchDomainRequest request, AsyncHandler<DeleteElasticsearchDomainRequest,DeleteElasticsearchDomainResult> asyncHandler)
AWSElasticsearchAsync
Permanently deletes the specified Elasticsearch domain and all of its data. Once a domain is deleted, it cannot be recovered.
deleteElasticsearchDomainAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the DeleteElasticsearchDomain
operation. Specifies the
name of the Elasticsearch domain that you want to delete.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteElasticsearchServiceRoleResult> deleteElasticsearchServiceRoleAsync(DeleteElasticsearchServiceRoleRequest request)
AWSElasticsearchAsync
Deletes the service-linked role that Elasticsearch Service uses to manage and maintain VPC domains. Role deletion will fail if any existing VPC domains use the role. You must delete any such Elasticsearch domains before deleting the role. See Deleting Elasticsearch Service Role in VPC Endpoints for Amazon Elasticsearch Service Domains.
deleteElasticsearchServiceRoleAsync
in interface AWSElasticsearchAsync
public Future<DeleteElasticsearchServiceRoleResult> deleteElasticsearchServiceRoleAsync(DeleteElasticsearchServiceRoleRequest request, AsyncHandler<DeleteElasticsearchServiceRoleRequest,DeleteElasticsearchServiceRoleResult> asyncHandler)
AWSElasticsearchAsync
Deletes the service-linked role that Elasticsearch Service uses to manage and maintain VPC domains. Role deletion will fail if any existing VPC domains use the role. You must delete any such Elasticsearch domains before deleting the role. See Deleting Elasticsearch Service Role in VPC Endpoints for Amazon Elasticsearch Service Domains.
deleteElasticsearchServiceRoleAsync
in interface AWSElasticsearchAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteInboundCrossClusterSearchConnectionResult> deleteInboundCrossClusterSearchConnectionAsync(DeleteInboundCrossClusterSearchConnectionRequest request)
AWSElasticsearchAsync
Allows the destination domain owner to delete an existing inbound cross-cluster search connection.
deleteInboundCrossClusterSearchConnectionAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the DeleteInboundCrossClusterSearchConnection
operation.public Future<DeleteInboundCrossClusterSearchConnectionResult> deleteInboundCrossClusterSearchConnectionAsync(DeleteInboundCrossClusterSearchConnectionRequest request, AsyncHandler<DeleteInboundCrossClusterSearchConnectionRequest,DeleteInboundCrossClusterSearchConnectionResult> asyncHandler)
AWSElasticsearchAsync
Allows the destination domain owner to delete an existing inbound cross-cluster search connection.
deleteInboundCrossClusterSearchConnectionAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the DeleteInboundCrossClusterSearchConnection
operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteOutboundCrossClusterSearchConnectionResult> deleteOutboundCrossClusterSearchConnectionAsync(DeleteOutboundCrossClusterSearchConnectionRequest request)
AWSElasticsearchAsync
Allows the source domain owner to delete an existing outbound cross-cluster search connection.
deleteOutboundCrossClusterSearchConnectionAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the DeleteOutboundCrossClusterSearchConnection
operation.public Future<DeleteOutboundCrossClusterSearchConnectionResult> deleteOutboundCrossClusterSearchConnectionAsync(DeleteOutboundCrossClusterSearchConnectionRequest request, AsyncHandler<DeleteOutboundCrossClusterSearchConnectionRequest,DeleteOutboundCrossClusterSearchConnectionResult> asyncHandler)
AWSElasticsearchAsync
Allows the source domain owner to delete an existing outbound cross-cluster search connection.
deleteOutboundCrossClusterSearchConnectionAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the DeleteOutboundCrossClusterSearchConnection
operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeletePackageResult> deletePackageAsync(DeletePackageRequest request)
AWSElasticsearchAsync
Delete the package.
deletePackageAsync
in interface AWSElasticsearchAsync
request
- Container for request parameters to DeletePackage
operation.public Future<DeletePackageResult> deletePackageAsync(DeletePackageRequest request, AsyncHandler<DeletePackageRequest,DeletePackageResult> asyncHandler)
AWSElasticsearchAsync
Delete the package.
deletePackageAsync
in interface AWSElasticsearchAsync
request
- Container for request parameters to DeletePackage
operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteVpcEndpointResult> deleteVpcEndpointAsync(DeleteVpcEndpointRequest request)
AWSElasticsearchAsync
Deletes an Amazon OpenSearch Service-managed interface VPC endpoint.
deleteVpcEndpointAsync
in interface AWSElasticsearchAsync
request
- Deletes an Amazon OpenSearch Service-managed interface VPC endpoint.public Future<DeleteVpcEndpointResult> deleteVpcEndpointAsync(DeleteVpcEndpointRequest request, AsyncHandler<DeleteVpcEndpointRequest,DeleteVpcEndpointResult> asyncHandler)
AWSElasticsearchAsync
Deletes an Amazon OpenSearch Service-managed interface VPC endpoint.
deleteVpcEndpointAsync
in interface AWSElasticsearchAsync
request
- Deletes an Amazon OpenSearch Service-managed interface VPC endpoint.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeDomainAutoTunesResult> describeDomainAutoTunesAsync(DescribeDomainAutoTunesRequest request)
AWSElasticsearchAsync
Provides scheduled Auto-Tune action details for the Elasticsearch domain, such as Auto-Tune action type, description, severity, and scheduled date.
describeDomainAutoTunesAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the DescribeDomainAutoTunes
operation.public Future<DescribeDomainAutoTunesResult> describeDomainAutoTunesAsync(DescribeDomainAutoTunesRequest request, AsyncHandler<DescribeDomainAutoTunesRequest,DescribeDomainAutoTunesResult> asyncHandler)
AWSElasticsearchAsync
Provides scheduled Auto-Tune action details for the Elasticsearch domain, such as Auto-Tune action type, description, severity, and scheduled date.
describeDomainAutoTunesAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the DescribeDomainAutoTunes
operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeDomainChangeProgressResult> describeDomainChangeProgressAsync(DescribeDomainChangeProgressRequest request)
AWSElasticsearchAsync
Returns information about the current blue/green deployment happening on a domain, including a change ID, status, and progress stages.
describeDomainChangeProgressAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the DescribeDomainChangeProgress
operation. Specifies the
domain name and optional change specific identity for which you want progress information.public Future<DescribeDomainChangeProgressResult> describeDomainChangeProgressAsync(DescribeDomainChangeProgressRequest request, AsyncHandler<DescribeDomainChangeProgressRequest,DescribeDomainChangeProgressResult> asyncHandler)
AWSElasticsearchAsync
Returns information about the current blue/green deployment happening on a domain, including a change ID, status, and progress stages.
describeDomainChangeProgressAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the DescribeDomainChangeProgress
operation. Specifies the
domain name and optional change specific identity for which you want progress information.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeElasticsearchDomainResult> describeElasticsearchDomainAsync(DescribeElasticsearchDomainRequest request)
AWSElasticsearchAsync
Returns domain configuration information about the specified Elasticsearch domain, including the domain ID, domain endpoint, and domain ARN.
describeElasticsearchDomainAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the DescribeElasticsearchDomain
operation.public Future<DescribeElasticsearchDomainResult> describeElasticsearchDomainAsync(DescribeElasticsearchDomainRequest request, AsyncHandler<DescribeElasticsearchDomainRequest,DescribeElasticsearchDomainResult> asyncHandler)
AWSElasticsearchAsync
Returns domain configuration information about the specified Elasticsearch domain, including the domain ID, domain endpoint, and domain ARN.
describeElasticsearchDomainAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the DescribeElasticsearchDomain
operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeElasticsearchDomainConfigResult> describeElasticsearchDomainConfigAsync(DescribeElasticsearchDomainConfigRequest request)
AWSElasticsearchAsync
Provides cluster configuration information about the specified Elasticsearch domain, such as the state, creation date, update version, and update date for cluster options.
describeElasticsearchDomainConfigAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the DescribeElasticsearchDomainConfig
operation. Specifies
the domain name for which you want configuration information.public Future<DescribeElasticsearchDomainConfigResult> describeElasticsearchDomainConfigAsync(DescribeElasticsearchDomainConfigRequest request, AsyncHandler<DescribeElasticsearchDomainConfigRequest,DescribeElasticsearchDomainConfigResult> asyncHandler)
AWSElasticsearchAsync
Provides cluster configuration information about the specified Elasticsearch domain, such as the state, creation date, update version, and update date for cluster options.
describeElasticsearchDomainConfigAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the DescribeElasticsearchDomainConfig
operation. Specifies
the domain name for which you want configuration information.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeElasticsearchDomainsResult> describeElasticsearchDomainsAsync(DescribeElasticsearchDomainsRequest request)
AWSElasticsearchAsync
Returns domain configuration information about the specified Elasticsearch domains, including the domain ID, domain endpoint, and domain ARN.
describeElasticsearchDomainsAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the DescribeElasticsearchDomains
operation. By
default, the API returns the status of all Elasticsearch domains.public Future<DescribeElasticsearchDomainsResult> describeElasticsearchDomainsAsync(DescribeElasticsearchDomainsRequest request, AsyncHandler<DescribeElasticsearchDomainsRequest,DescribeElasticsearchDomainsResult> asyncHandler)
AWSElasticsearchAsync
Returns domain configuration information about the specified Elasticsearch domains, including the domain ID, domain endpoint, and domain ARN.
describeElasticsearchDomainsAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the DescribeElasticsearchDomains
operation. By
default, the API returns the status of all Elasticsearch domains.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeElasticsearchInstanceTypeLimitsResult> describeElasticsearchInstanceTypeLimitsAsync(DescribeElasticsearchInstanceTypeLimitsRequest request)
AWSElasticsearchAsync
Describe Elasticsearch Limits for a given InstanceType and ElasticsearchVersion. When modifying existing Domain,
specify the DomainName
to know what Limits are supported for modifying.
describeElasticsearchInstanceTypeLimitsAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to DescribeElasticsearchInstanceTypeLimits
operation.public Future<DescribeElasticsearchInstanceTypeLimitsResult> describeElasticsearchInstanceTypeLimitsAsync(DescribeElasticsearchInstanceTypeLimitsRequest request, AsyncHandler<DescribeElasticsearchInstanceTypeLimitsRequest,DescribeElasticsearchInstanceTypeLimitsResult> asyncHandler)
AWSElasticsearchAsync
Describe Elasticsearch Limits for a given InstanceType and ElasticsearchVersion. When modifying existing Domain,
specify the DomainName
to know what Limits are supported for modifying.
describeElasticsearchInstanceTypeLimitsAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to DescribeElasticsearchInstanceTypeLimits
operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeInboundCrossClusterSearchConnectionsResult> describeInboundCrossClusterSearchConnectionsAsync(DescribeInboundCrossClusterSearchConnectionsRequest request)
AWSElasticsearchAsync
Lists all the inbound cross-cluster search connections for a destination domain.
describeInboundCrossClusterSearchConnectionsAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the DescribeInboundCrossClusterSearchConnections
operation.public Future<DescribeInboundCrossClusterSearchConnectionsResult> describeInboundCrossClusterSearchConnectionsAsync(DescribeInboundCrossClusterSearchConnectionsRequest request, AsyncHandler<DescribeInboundCrossClusterSearchConnectionsRequest,DescribeInboundCrossClusterSearchConnectionsResult> asyncHandler)
AWSElasticsearchAsync
Lists all the inbound cross-cluster search connections for a destination domain.
describeInboundCrossClusterSearchConnectionsAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the DescribeInboundCrossClusterSearchConnections
operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeOutboundCrossClusterSearchConnectionsResult> describeOutboundCrossClusterSearchConnectionsAsync(DescribeOutboundCrossClusterSearchConnectionsRequest request)
AWSElasticsearchAsync
Lists all the outbound cross-cluster search connections for a source domain.
describeOutboundCrossClusterSearchConnectionsAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the DescribeOutboundCrossClusterSearchConnections
operation.public Future<DescribeOutboundCrossClusterSearchConnectionsResult> describeOutboundCrossClusterSearchConnectionsAsync(DescribeOutboundCrossClusterSearchConnectionsRequest request, AsyncHandler<DescribeOutboundCrossClusterSearchConnectionsRequest,DescribeOutboundCrossClusterSearchConnectionsResult> asyncHandler)
AWSElasticsearchAsync
Lists all the outbound cross-cluster search connections for a source domain.
describeOutboundCrossClusterSearchConnectionsAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the DescribeOutboundCrossClusterSearchConnections
operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribePackagesResult> describePackagesAsync(DescribePackagesRequest request)
AWSElasticsearchAsync
Describes all packages available to Amazon ES. Includes options for filtering, limiting the number of results, and pagination.
describePackagesAsync
in interface AWSElasticsearchAsync
request
- Container for request parameters to DescribePackage
operation.public Future<DescribePackagesResult> describePackagesAsync(DescribePackagesRequest request, AsyncHandler<DescribePackagesRequest,DescribePackagesResult> asyncHandler)
AWSElasticsearchAsync
Describes all packages available to Amazon ES. Includes options for filtering, limiting the number of results, and pagination.
describePackagesAsync
in interface AWSElasticsearchAsync
request
- Container for request parameters to DescribePackage
operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeReservedElasticsearchInstanceOfferingsResult> describeReservedElasticsearchInstanceOfferingsAsync(DescribeReservedElasticsearchInstanceOfferingsRequest request)
AWSElasticsearchAsync
Lists available reserved Elasticsearch instance offerings.
describeReservedElasticsearchInstanceOfferingsAsync
in interface AWSElasticsearchAsync
request
- Container for parameters to DescribeReservedElasticsearchInstanceOfferings
public Future<DescribeReservedElasticsearchInstanceOfferingsResult> describeReservedElasticsearchInstanceOfferingsAsync(DescribeReservedElasticsearchInstanceOfferingsRequest request, AsyncHandler<DescribeReservedElasticsearchInstanceOfferingsRequest,DescribeReservedElasticsearchInstanceOfferingsResult> asyncHandler)
AWSElasticsearchAsync
Lists available reserved Elasticsearch instance offerings.
describeReservedElasticsearchInstanceOfferingsAsync
in interface AWSElasticsearchAsync
request
- Container for parameters to DescribeReservedElasticsearchInstanceOfferings
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeReservedElasticsearchInstancesResult> describeReservedElasticsearchInstancesAsync(DescribeReservedElasticsearchInstancesRequest request)
AWSElasticsearchAsync
Returns information about reserved Elasticsearch instances for this account.
describeReservedElasticsearchInstancesAsync
in interface AWSElasticsearchAsync
request
- Container for parameters to DescribeReservedElasticsearchInstances
public Future<DescribeReservedElasticsearchInstancesResult> describeReservedElasticsearchInstancesAsync(DescribeReservedElasticsearchInstancesRequest request, AsyncHandler<DescribeReservedElasticsearchInstancesRequest,DescribeReservedElasticsearchInstancesResult> asyncHandler)
AWSElasticsearchAsync
Returns information about reserved Elasticsearch instances for this account.
describeReservedElasticsearchInstancesAsync
in interface AWSElasticsearchAsync
request
- Container for parameters to DescribeReservedElasticsearchInstances
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeVpcEndpointsResult> describeVpcEndpointsAsync(DescribeVpcEndpointsRequest request)
AWSElasticsearchAsync
Describes one or more Amazon OpenSearch Service-managed VPC endpoints.
describeVpcEndpointsAsync
in interface AWSElasticsearchAsync
request
- Container for request parameters to the DescribeVpcEndpoints
operation. Specifies the
list of VPC endpoints to be described.public Future<DescribeVpcEndpointsResult> describeVpcEndpointsAsync(DescribeVpcEndpointsRequest request, AsyncHandler<DescribeVpcEndpointsRequest,DescribeVpcEndpointsResult> asyncHandler)
AWSElasticsearchAsync
Describes one or more Amazon OpenSearch Service-managed VPC endpoints.
describeVpcEndpointsAsync
in interface AWSElasticsearchAsync
request
- Container for request parameters to the DescribeVpcEndpoints
operation. Specifies the
list of VPC endpoints to be described.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DissociatePackageResult> dissociatePackageAsync(DissociatePackageRequest request)
AWSElasticsearchAsync
Dissociates a package from the Amazon ES domain.
dissociatePackageAsync
in interface AWSElasticsearchAsync
request
- Container for request parameters to DissociatePackage
operation.public Future<DissociatePackageResult> dissociatePackageAsync(DissociatePackageRequest request, AsyncHandler<DissociatePackageRequest,DissociatePackageResult> asyncHandler)
AWSElasticsearchAsync
Dissociates a package from the Amazon ES domain.
dissociatePackageAsync
in interface AWSElasticsearchAsync
request
- Container for request parameters to DissociatePackage
operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetCompatibleElasticsearchVersionsResult> getCompatibleElasticsearchVersionsAsync(GetCompatibleElasticsearchVersionsRequest request)
AWSElasticsearchAsync
Returns a list of upgrade compatible Elastisearch versions. You can optionally pass a
DomainName
to get all upgrade compatible Elasticsearch versions for that specific domain.
getCompatibleElasticsearchVersionsAsync
in interface AWSElasticsearchAsync
request
- Container for request parameters to GetCompatibleElasticsearchVersions
operation.public Future<GetCompatibleElasticsearchVersionsResult> getCompatibleElasticsearchVersionsAsync(GetCompatibleElasticsearchVersionsRequest request, AsyncHandler<GetCompatibleElasticsearchVersionsRequest,GetCompatibleElasticsearchVersionsResult> asyncHandler)
AWSElasticsearchAsync
Returns a list of upgrade compatible Elastisearch versions. You can optionally pass a
DomainName
to get all upgrade compatible Elasticsearch versions for that specific domain.
getCompatibleElasticsearchVersionsAsync
in interface AWSElasticsearchAsync
request
- Container for request parameters to GetCompatibleElasticsearchVersions
operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetPackageVersionHistoryResult> getPackageVersionHistoryAsync(GetPackageVersionHistoryRequest request)
AWSElasticsearchAsync
Returns a list of versions of the package, along with their creation time and commit message.
getPackageVersionHistoryAsync
in interface AWSElasticsearchAsync
request
- Container for request parameters to GetPackageVersionHistory
operation.public Future<GetPackageVersionHistoryResult> getPackageVersionHistoryAsync(GetPackageVersionHistoryRequest request, AsyncHandler<GetPackageVersionHistoryRequest,GetPackageVersionHistoryResult> asyncHandler)
AWSElasticsearchAsync
Returns a list of versions of the package, along with their creation time and commit message.
getPackageVersionHistoryAsync
in interface AWSElasticsearchAsync
request
- Container for request parameters to GetPackageVersionHistory
operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetUpgradeHistoryResult> getUpgradeHistoryAsync(GetUpgradeHistoryRequest request)
AWSElasticsearchAsync
Retrieves the complete history of the last 10 upgrades that were performed on the domain.
getUpgradeHistoryAsync
in interface AWSElasticsearchAsync
request
- Container for request parameters to GetUpgradeHistory
operation.public Future<GetUpgradeHistoryResult> getUpgradeHistoryAsync(GetUpgradeHistoryRequest request, AsyncHandler<GetUpgradeHistoryRequest,GetUpgradeHistoryResult> asyncHandler)
AWSElasticsearchAsync
Retrieves the complete history of the last 10 upgrades that were performed on the domain.
getUpgradeHistoryAsync
in interface AWSElasticsearchAsync
request
- Container for request parameters to GetUpgradeHistory
operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetUpgradeStatusResult> getUpgradeStatusAsync(GetUpgradeStatusRequest request)
AWSElasticsearchAsync
Retrieves the latest status of the last upgrade or upgrade eligibility check that was performed on the domain.
getUpgradeStatusAsync
in interface AWSElasticsearchAsync
request
- Container for request parameters to GetUpgradeStatus
operation.public Future<GetUpgradeStatusResult> getUpgradeStatusAsync(GetUpgradeStatusRequest request, AsyncHandler<GetUpgradeStatusRequest,GetUpgradeStatusResult> asyncHandler)
AWSElasticsearchAsync
Retrieves the latest status of the last upgrade or upgrade eligibility check that was performed on the domain.
getUpgradeStatusAsync
in interface AWSElasticsearchAsync
request
- Container for request parameters to GetUpgradeStatus
operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListDomainNamesResult> listDomainNamesAsync(ListDomainNamesRequest request)
AWSElasticsearchAsync
Returns the name of all Elasticsearch domains owned by the current user's account.
listDomainNamesAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the ListDomainNames
operation.public Future<ListDomainNamesResult> listDomainNamesAsync(ListDomainNamesRequest request, AsyncHandler<ListDomainNamesRequest,ListDomainNamesResult> asyncHandler)
AWSElasticsearchAsync
Returns the name of all Elasticsearch domains owned by the current user's account.
listDomainNamesAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the ListDomainNames
operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListDomainsForPackageResult> listDomainsForPackageAsync(ListDomainsForPackageRequest request)
AWSElasticsearchAsync
Lists all Amazon ES domains associated with the package.
listDomainsForPackageAsync
in interface AWSElasticsearchAsync
request
- Container for request parameters to ListDomainsForPackage
operation.public Future<ListDomainsForPackageResult> listDomainsForPackageAsync(ListDomainsForPackageRequest request, AsyncHandler<ListDomainsForPackageRequest,ListDomainsForPackageResult> asyncHandler)
AWSElasticsearchAsync
Lists all Amazon ES domains associated with the package.
listDomainsForPackageAsync
in interface AWSElasticsearchAsync
request
- Container for request parameters to ListDomainsForPackage
operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListElasticsearchInstanceTypesResult> listElasticsearchInstanceTypesAsync(ListElasticsearchInstanceTypesRequest request)
AWSElasticsearchAsync
List all Elasticsearch instance types that are supported for given ElasticsearchVersion
listElasticsearchInstanceTypesAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the ListElasticsearchInstanceTypes
operation.public Future<ListElasticsearchInstanceTypesResult> listElasticsearchInstanceTypesAsync(ListElasticsearchInstanceTypesRequest request, AsyncHandler<ListElasticsearchInstanceTypesRequest,ListElasticsearchInstanceTypesResult> asyncHandler)
AWSElasticsearchAsync
List all Elasticsearch instance types that are supported for given ElasticsearchVersion
listElasticsearchInstanceTypesAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the ListElasticsearchInstanceTypes
operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListElasticsearchVersionsResult> listElasticsearchVersionsAsync(ListElasticsearchVersionsRequest request)
AWSElasticsearchAsync
List all supported Elasticsearch versions
listElasticsearchVersionsAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the ListElasticsearchVersions
operation.
Use MaxResults
to control the maximum number of results to retrieve in a single
call.
Use NextToken
in response to retrieve more results. If the received response does
not contain a NextToken, then there are no more results to retrieve.
public Future<ListElasticsearchVersionsResult> listElasticsearchVersionsAsync(ListElasticsearchVersionsRequest request, AsyncHandler<ListElasticsearchVersionsRequest,ListElasticsearchVersionsResult> asyncHandler)
AWSElasticsearchAsync
List all supported Elasticsearch versions
listElasticsearchVersionsAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the ListElasticsearchVersions
operation.
Use MaxResults
to control the maximum number of results to retrieve in a single
call.
Use NextToken
in response to retrieve more results. If the received response does
not contain a NextToken, then there are no more results to retrieve.
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListPackagesForDomainResult> listPackagesForDomainAsync(ListPackagesForDomainRequest request)
AWSElasticsearchAsync
Lists all packages associated with the Amazon ES domain.
listPackagesForDomainAsync
in interface AWSElasticsearchAsync
request
- Container for request parameters to ListPackagesForDomain
operation.public Future<ListPackagesForDomainResult> listPackagesForDomainAsync(ListPackagesForDomainRequest request, AsyncHandler<ListPackagesForDomainRequest,ListPackagesForDomainResult> asyncHandler)
AWSElasticsearchAsync
Lists all packages associated with the Amazon ES domain.
listPackagesForDomainAsync
in interface AWSElasticsearchAsync
request
- Container for request parameters to ListPackagesForDomain
operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTagsResult> listTagsAsync(ListTagsRequest request)
AWSElasticsearchAsync
Returns all tags for the given Elasticsearch domain.
listTagsAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the ListTags
operation. Specify the ARN
for the Elasticsearch domain to which the tags are attached that you want to view are attached.public Future<ListTagsResult> listTagsAsync(ListTagsRequest request, AsyncHandler<ListTagsRequest,ListTagsResult> asyncHandler)
AWSElasticsearchAsync
Returns all tags for the given Elasticsearch domain.
listTagsAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the ListTags
operation. Specify the ARN
for the Elasticsearch domain to which the tags are attached that you want to view are attached.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListVpcEndpointAccessResult> listVpcEndpointAccessAsync(ListVpcEndpointAccessRequest request)
AWSElasticsearchAsync
Retrieves information about each principal that is allowed to access a given Amazon OpenSearch Service domain through the use of an interface VPC endpoint.
listVpcEndpointAccessAsync
in interface AWSElasticsearchAsync
request
- Retrieves information about each principal that is allowed to access a given Amazon OpenSearch Service
domain through the use of an interface VPC endpointpublic Future<ListVpcEndpointAccessResult> listVpcEndpointAccessAsync(ListVpcEndpointAccessRequest request, AsyncHandler<ListVpcEndpointAccessRequest,ListVpcEndpointAccessResult> asyncHandler)
AWSElasticsearchAsync
Retrieves information about each principal that is allowed to access a given Amazon OpenSearch Service domain through the use of an interface VPC endpoint.
listVpcEndpointAccessAsync
in interface AWSElasticsearchAsync
request
- Retrieves information about each principal that is allowed to access a given Amazon OpenSearch Service
domain through the use of an interface VPC endpointasyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListVpcEndpointsResult> listVpcEndpointsAsync(ListVpcEndpointsRequest request)
AWSElasticsearchAsync
Retrieves all Amazon OpenSearch Service-managed VPC endpoints in the current account and Region.
listVpcEndpointsAsync
in interface AWSElasticsearchAsync
request
- Container for request parameters to the ListVpcEndpoints
operation.public Future<ListVpcEndpointsResult> listVpcEndpointsAsync(ListVpcEndpointsRequest request, AsyncHandler<ListVpcEndpointsRequest,ListVpcEndpointsResult> asyncHandler)
AWSElasticsearchAsync
Retrieves all Amazon OpenSearch Service-managed VPC endpoints in the current account and Region.
listVpcEndpointsAsync
in interface AWSElasticsearchAsync
request
- Container for request parameters to the ListVpcEndpoints
operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListVpcEndpointsForDomainResult> listVpcEndpointsForDomainAsync(ListVpcEndpointsForDomainRequest request)
AWSElasticsearchAsync
Retrieves all Amazon OpenSearch Service-managed VPC endpoints associated with a particular domain.
listVpcEndpointsForDomainAsync
in interface AWSElasticsearchAsync
request
- Container for request parameters to the ListVpcEndpointsForDomain
operation. Specifies
the domain whose VPC endpoints will be listed.public Future<ListVpcEndpointsForDomainResult> listVpcEndpointsForDomainAsync(ListVpcEndpointsForDomainRequest request, AsyncHandler<ListVpcEndpointsForDomainRequest,ListVpcEndpointsForDomainResult> asyncHandler)
AWSElasticsearchAsync
Retrieves all Amazon OpenSearch Service-managed VPC endpoints associated with a particular domain.
listVpcEndpointsForDomainAsync
in interface AWSElasticsearchAsync
request
- Container for request parameters to the ListVpcEndpointsForDomain
operation. Specifies
the domain whose VPC endpoints will be listed.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<PurchaseReservedElasticsearchInstanceOfferingResult> purchaseReservedElasticsearchInstanceOfferingAsync(PurchaseReservedElasticsearchInstanceOfferingRequest request)
AWSElasticsearchAsync
Allows you to purchase reserved Elasticsearch instances.
purchaseReservedElasticsearchInstanceOfferingAsync
in interface AWSElasticsearchAsync
request
- Container for parameters to PurchaseReservedElasticsearchInstanceOffering
public Future<PurchaseReservedElasticsearchInstanceOfferingResult> purchaseReservedElasticsearchInstanceOfferingAsync(PurchaseReservedElasticsearchInstanceOfferingRequest request, AsyncHandler<PurchaseReservedElasticsearchInstanceOfferingRequest,PurchaseReservedElasticsearchInstanceOfferingResult> asyncHandler)
AWSElasticsearchAsync
Allows you to purchase reserved Elasticsearch instances.
purchaseReservedElasticsearchInstanceOfferingAsync
in interface AWSElasticsearchAsync
request
- Container for parameters to PurchaseReservedElasticsearchInstanceOffering
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<RejectInboundCrossClusterSearchConnectionResult> rejectInboundCrossClusterSearchConnectionAsync(RejectInboundCrossClusterSearchConnectionRequest request)
AWSElasticsearchAsync
Allows the destination domain owner to reject an inbound cross-cluster search connection request.
rejectInboundCrossClusterSearchConnectionAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the RejectInboundCrossClusterSearchConnection
operation.public Future<RejectInboundCrossClusterSearchConnectionResult> rejectInboundCrossClusterSearchConnectionAsync(RejectInboundCrossClusterSearchConnectionRequest request, AsyncHandler<RejectInboundCrossClusterSearchConnectionRequest,RejectInboundCrossClusterSearchConnectionResult> asyncHandler)
AWSElasticsearchAsync
Allows the destination domain owner to reject an inbound cross-cluster search connection request.
rejectInboundCrossClusterSearchConnectionAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the RejectInboundCrossClusterSearchConnection
operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<RemoveTagsResult> removeTagsAsync(RemoveTagsRequest request)
AWSElasticsearchAsync
Removes the specified set of tags from the specified Elasticsearch domain.
removeTagsAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the RemoveTags
operation. Specify the ARN
for the Elasticsearch domain from which you want to remove the specified TagKey
.public Future<RemoveTagsResult> removeTagsAsync(RemoveTagsRequest request, AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)
AWSElasticsearchAsync
Removes the specified set of tags from the specified Elasticsearch domain.
removeTagsAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the RemoveTags
operation. Specify the ARN
for the Elasticsearch domain from which you want to remove the specified TagKey
.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<RevokeVpcEndpointAccessResult> revokeVpcEndpointAccessAsync(RevokeVpcEndpointAccessRequest request)
AWSElasticsearchAsync
Revokes access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint.
revokeVpcEndpointAccessAsync
in interface AWSElasticsearchAsync
request
- Revokes access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint.public Future<RevokeVpcEndpointAccessResult> revokeVpcEndpointAccessAsync(RevokeVpcEndpointAccessRequest request, AsyncHandler<RevokeVpcEndpointAccessRequest,RevokeVpcEndpointAccessResult> asyncHandler)
AWSElasticsearchAsync
Revokes access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint.
revokeVpcEndpointAccessAsync
in interface AWSElasticsearchAsync
request
- Revokes access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartElasticsearchServiceSoftwareUpdateResult> startElasticsearchServiceSoftwareUpdateAsync(StartElasticsearchServiceSoftwareUpdateRequest request)
AWSElasticsearchAsync
Schedules a service software update for an Amazon ES domain.
startElasticsearchServiceSoftwareUpdateAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the StartElasticsearchServiceSoftwareUpdate
operation.
Specifies the name of the Elasticsearch domain that you wish to schedule a service software update on.public Future<StartElasticsearchServiceSoftwareUpdateResult> startElasticsearchServiceSoftwareUpdateAsync(StartElasticsearchServiceSoftwareUpdateRequest request, AsyncHandler<StartElasticsearchServiceSoftwareUpdateRequest,StartElasticsearchServiceSoftwareUpdateResult> asyncHandler)
AWSElasticsearchAsync
Schedules a service software update for an Amazon ES domain.
startElasticsearchServiceSoftwareUpdateAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the StartElasticsearchServiceSoftwareUpdate
operation.
Specifies the name of the Elasticsearch domain that you wish to schedule a service software update on.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateElasticsearchDomainConfigResult> updateElasticsearchDomainConfigAsync(UpdateElasticsearchDomainConfigRequest request)
AWSElasticsearchAsync
Modifies the cluster configuration of the specified Elasticsearch domain, setting as setting the instance type and the number of instances.
updateElasticsearchDomainConfigAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the UpdateElasticsearchDomain
operation. Specifies the
type and number of instances in the domain cluster.public Future<UpdateElasticsearchDomainConfigResult> updateElasticsearchDomainConfigAsync(UpdateElasticsearchDomainConfigRequest request, AsyncHandler<UpdateElasticsearchDomainConfigRequest,UpdateElasticsearchDomainConfigResult> asyncHandler)
AWSElasticsearchAsync
Modifies the cluster configuration of the specified Elasticsearch domain, setting as setting the instance type and the number of instances.
updateElasticsearchDomainConfigAsync
in interface AWSElasticsearchAsync
request
- Container for the parameters to the UpdateElasticsearchDomain
operation. Specifies the
type and number of instances in the domain cluster.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdatePackageResult> updatePackageAsync(UpdatePackageRequest request)
AWSElasticsearchAsync
Updates a package for use with Amazon ES domains.
updatePackageAsync
in interface AWSElasticsearchAsync
request
- Container for request parameters to UpdatePackage
operation.public Future<UpdatePackageResult> updatePackageAsync(UpdatePackageRequest request, AsyncHandler<UpdatePackageRequest,UpdatePackageResult> asyncHandler)
AWSElasticsearchAsync
Updates a package for use with Amazon ES domains.
updatePackageAsync
in interface AWSElasticsearchAsync
request
- Container for request parameters to UpdatePackage
operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateVpcEndpointResult> updateVpcEndpointAsync(UpdateVpcEndpointRequest request)
AWSElasticsearchAsync
Modifies an Amazon OpenSearch Service-managed interface VPC endpoint.
updateVpcEndpointAsync
in interface AWSElasticsearchAsync
request
- Modifies an Amazon OpenSearch Service-managed interface VPC endpoint.public Future<UpdateVpcEndpointResult> updateVpcEndpointAsync(UpdateVpcEndpointRequest request, AsyncHandler<UpdateVpcEndpointRequest,UpdateVpcEndpointResult> asyncHandler)
AWSElasticsearchAsync
Modifies an Amazon OpenSearch Service-managed interface VPC endpoint.
updateVpcEndpointAsync
in interface AWSElasticsearchAsync
request
- Modifies an Amazon OpenSearch Service-managed interface VPC endpoint.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpgradeElasticsearchDomainResult> upgradeElasticsearchDomainAsync(UpgradeElasticsearchDomainRequest request)
AWSElasticsearchAsync
Allows you to either upgrade your domain or perform an Upgrade eligibility check to a compatible Elasticsearch version.
upgradeElasticsearchDomainAsync
in interface AWSElasticsearchAsync
request
- Container for request parameters to UpgradeElasticsearchDomain
operation.public Future<UpgradeElasticsearchDomainResult> upgradeElasticsearchDomainAsync(UpgradeElasticsearchDomainRequest request, AsyncHandler<UpgradeElasticsearchDomainRequest,UpgradeElasticsearchDomainResult> asyncHandler)
AWSElasticsearchAsync
Allows you to either upgrade your domain or perform an Upgrade eligibility check to a compatible Elasticsearch version.
upgradeElasticsearchDomainAsync
in interface AWSElasticsearchAsync
request
- Container for request parameters to UpgradeElasticsearchDomain
operation.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public void shutdown()
getExecutorService().shutdown()
followed by getExecutorService().awaitTermination()
prior to
calling this method.shutdown
in interface AWSElasticsearch
shutdown
in class AWSElasticsearchClient