/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.elasticsearch; import javax.annotation.Generated; import com.amazonaws.services.elasticsearch.model.*; /** * Interface for accessing Amazon Elasticsearch Service asynchronously. Each asynchronous method will return a Java * Future object representing the asynchronous operation; overloads which accept an {@code AsyncHandler} can be used to * receive notification when an asynchronous operation completes. *
* Note: Do not directly implement this interface, new methods are added to it regularly. Extend from * {@link com.amazonaws.services.elasticsearch.AbstractAWSElasticsearchAsync} instead. *
*
*
* 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. *
*/ @Generated("com.amazonaws:aws-java-sdk-code-generator") public interface AWSElasticsearchAsync extends AWSElasticsearch { /** ** Allows the destination domain owner to accept an inbound cross-cluster search connection request. *
* * @param acceptInboundCrossClusterSearchConnectionRequest * Container for the parameters to theAcceptInboundCrossClusterSearchConnection
* operation.
* @return A Java Future containing the result of the AcceptInboundCrossClusterSearchConnection operation returned
* by the service.
* @sample AWSElasticsearchAsync.AcceptInboundCrossClusterSearchConnection
*/
java.util.concurrent.Future* Allows the destination domain owner to accept an inbound cross-cluster search connection request. *
* * @param acceptInboundCrossClusterSearchConnectionRequest * Container for the parameters to theAcceptInboundCrossClusterSearchConnection
* operation.
* @param 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.
* @return A Java Future containing the result of the AcceptInboundCrossClusterSearchConnection operation returned
* by the service.
* @sample AWSElasticsearchAsyncHandler.AcceptInboundCrossClusterSearchConnection
*/
java.util.concurrent.Future* 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. *
* * @param addTagsRequest * Container for the parameters to theAddTags
operation. Specify the tags that you want
* to attach to the Elasticsearch domain.
* @return A Java Future containing the result of the AddTags operation returned by the service.
* @sample AWSElasticsearchAsync.AddTags
*/
java.util.concurrent.Future* 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. *
* * @param addTagsRequest * Container for the parameters to theAddTags
operation. Specify the tags that you want
* to attach to the Elasticsearch domain.
* @param 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.
* @return A Java Future containing the result of the AddTags operation returned by the service.
* @sample AWSElasticsearchAsyncHandler.AddTags
*/
java.util.concurrent.Future* Associates a package with an Amazon ES domain. *
* * @param associatePackageRequest * Container for request parameters to AssociatePackage
operation.
* @return A Java Future containing the result of the AssociatePackage operation returned by the service.
* @sample AWSElasticsearchAsync.AssociatePackage
*/
java.util.concurrent.Future* Associates a package with an Amazon ES domain. *
* * @param associatePackageRequest * Container for request parameters to AssociatePackage
operation.
* @param 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.
* @return A Java Future containing the result of the AssociatePackage operation returned by the service.
* @sample AWSElasticsearchAsyncHandler.AssociatePackage
*/
java.util.concurrent.Future* Provides access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint. *
* * @param authorizeVpcEndpointAccessRequest * Container for request parameters to theAuthorizeVpcEndpointAccess
operation.
* Specifies the account to be permitted to manage VPC endpoints against the domain.
* @return A Java Future containing the result of the AuthorizeVpcEndpointAccess operation returned by the service.
* @sample AWSElasticsearchAsync.AuthorizeVpcEndpointAccess
*/
java.util.concurrent.Future* Provides access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint. *
* * @param authorizeVpcEndpointAccessRequest * Container for request parameters to theAuthorizeVpcEndpointAccess
operation.
* Specifies the account to be permitted to manage VPC endpoints against the domain.
* @param 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.
* @return A Java Future containing the result of the AuthorizeVpcEndpointAccess operation returned by the service.
* @sample AWSElasticsearchAsyncHandler.AuthorizeVpcEndpointAccess
*/
java.util.concurrent.Future
* 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.
*
CancelElasticsearchServiceSoftwareUpdate
* operation. Specifies the name of the Elasticsearch domain that you wish to cancel a service software
* update on.
* @return A Java Future containing the result of the CancelElasticsearchServiceSoftwareUpdate operation returned by
* the service.
* @sample AWSElasticsearchAsync.CancelElasticsearchServiceSoftwareUpdate
*/
java.util.concurrent.Future
* 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.
*
CancelElasticsearchServiceSoftwareUpdate
* operation. Specifies the name of the Elasticsearch domain that you wish to cancel a service software
* update on.
* @param 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.
* @return A Java Future containing the result of the CancelElasticsearchServiceSoftwareUpdate operation returned by
* the service.
* @sample AWSElasticsearchAsyncHandler.CancelElasticsearchServiceSoftwareUpdate
*/
java.util.concurrent.Future* Creates a new Elasticsearch domain. For more information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide. *
* * @param createElasticsearchDomainRequest * @return A Java Future containing the result of the CreateElasticsearchDomain operation returned by the service. * @sample AWSElasticsearchAsync.CreateElasticsearchDomain */ java.util.concurrent.Future* Creates a new Elasticsearch domain. For more information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide. *
* * @param createElasticsearchDomainRequest * @param 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. * @return A Java Future containing the result of the CreateElasticsearchDomain operation returned by the service. * @sample AWSElasticsearchAsyncHandler.CreateElasticsearchDomain */ java.util.concurrent.Future* Creates a new cross-cluster search connection from a source domain to a destination domain. *
* * @param createOutboundCrossClusterSearchConnectionRequest * Container for the parameters to theCreateOutboundCrossClusterSearchConnection
* operation.
* @return A Java Future containing the result of the CreateOutboundCrossClusterSearchConnection operation returned
* by the service.
* @sample AWSElasticsearchAsync.CreateOutboundCrossClusterSearchConnection
*/
java.util.concurrent.Future* Creates a new cross-cluster search connection from a source domain to a destination domain. *
* * @param createOutboundCrossClusterSearchConnectionRequest * Container for the parameters to theCreateOutboundCrossClusterSearchConnection
* operation.
* @param 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.
* @return A Java Future containing the result of the CreateOutboundCrossClusterSearchConnection operation returned
* by the service.
* @sample AWSElasticsearchAsyncHandler.CreateOutboundCrossClusterSearchConnection
*/
java.util.concurrent.Future* Create a package for use with Amazon ES domains. *
* * @param createPackageRequest * Container for request parameters to CreatePackage
operation.
* @return A Java Future containing the result of the CreatePackage operation returned by the service.
* @sample AWSElasticsearchAsync.CreatePackage
*/
java.util.concurrent.Future* Create a package for use with Amazon ES domains. *
* * @param createPackageRequest * Container for request parameters to CreatePackage
operation.
* @param 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.
* @return A Java Future containing the result of the CreatePackage operation returned by the service.
* @sample AWSElasticsearchAsyncHandler.CreatePackage
*/
java.util.concurrent.Future* Creates an Amazon OpenSearch Service-managed VPC endpoint. *
* * @param createVpcEndpointRequest * Container for the parameters to theCreateVpcEndpointRequest
operation.
* @return A Java Future containing the result of the CreateVpcEndpoint operation returned by the service.
* @sample AWSElasticsearchAsync.CreateVpcEndpoint
*/
java.util.concurrent.Future* Creates an Amazon OpenSearch Service-managed VPC endpoint. *
* * @param createVpcEndpointRequest * Container for the parameters to theCreateVpcEndpointRequest
operation.
* @param 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.
* @return A Java Future containing the result of the CreateVpcEndpoint operation returned by the service.
* @sample AWSElasticsearchAsyncHandler.CreateVpcEndpoint
*/
java.util.concurrent.Future* Permanently deletes the specified Elasticsearch domain and all of its data. Once a domain is deleted, it cannot * be recovered. *
* * @param deleteElasticsearchDomainRequest * Container for the parameters to theDeleteElasticsearchDomain
operation. Specifies the
* name of the Elasticsearch domain that you want to delete.
* @return A Java Future containing the result of the DeleteElasticsearchDomain operation returned by the service.
* @sample AWSElasticsearchAsync.DeleteElasticsearchDomain
*/
java.util.concurrent.Future* Permanently deletes the specified Elasticsearch domain and all of its data. Once a domain is deleted, it cannot * be recovered. *
* * @param deleteElasticsearchDomainRequest * Container for the parameters to theDeleteElasticsearchDomain
operation. Specifies the
* name of the Elasticsearch domain that you want to delete.
* @param 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.
* @return A Java Future containing the result of the DeleteElasticsearchDomain operation returned by the service.
* @sample AWSElasticsearchAsyncHandler.DeleteElasticsearchDomain
*/
java.util.concurrent.Future* 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. *
* * @param deleteElasticsearchServiceRoleRequest * @return A Java Future containing the result of the DeleteElasticsearchServiceRole operation returned by the * service. * @sample AWSElasticsearchAsync.DeleteElasticsearchServiceRole */ java.util.concurrent.Future* 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. *
* * @param deleteElasticsearchServiceRoleRequest * @param 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. * @return A Java Future containing the result of the DeleteElasticsearchServiceRole operation returned by the * service. * @sample AWSElasticsearchAsyncHandler.DeleteElasticsearchServiceRole */ java.util.concurrent.Future* Allows the destination domain owner to delete an existing inbound cross-cluster search connection. *
* * @param deleteInboundCrossClusterSearchConnectionRequest * Container for the parameters to theDeleteInboundCrossClusterSearchConnection
* operation.
* @return A Java Future containing the result of the DeleteInboundCrossClusterSearchConnection operation returned
* by the service.
* @sample AWSElasticsearchAsync.DeleteInboundCrossClusterSearchConnection
*/
java.util.concurrent.Future* Allows the destination domain owner to delete an existing inbound cross-cluster search connection. *
* * @param deleteInboundCrossClusterSearchConnectionRequest * Container for the parameters to theDeleteInboundCrossClusterSearchConnection
* operation.
* @param 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.
* @return A Java Future containing the result of the DeleteInboundCrossClusterSearchConnection operation returned
* by the service.
* @sample AWSElasticsearchAsyncHandler.DeleteInboundCrossClusterSearchConnection
*/
java.util.concurrent.Future* Allows the source domain owner to delete an existing outbound cross-cluster search connection. *
* * @param deleteOutboundCrossClusterSearchConnectionRequest * Container for the parameters to theDeleteOutboundCrossClusterSearchConnection
* operation.
* @return A Java Future containing the result of the DeleteOutboundCrossClusterSearchConnection operation returned
* by the service.
* @sample AWSElasticsearchAsync.DeleteOutboundCrossClusterSearchConnection
*/
java.util.concurrent.Future* Allows the source domain owner to delete an existing outbound cross-cluster search connection. *
* * @param deleteOutboundCrossClusterSearchConnectionRequest * Container for the parameters to theDeleteOutboundCrossClusterSearchConnection
* operation.
* @param 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.
* @return A Java Future containing the result of the DeleteOutboundCrossClusterSearchConnection operation returned
* by the service.
* @sample AWSElasticsearchAsyncHandler.DeleteOutboundCrossClusterSearchConnection
*/
java.util.concurrent.Future* Delete the package. *
* * @param deletePackageRequest * Container for request parameters to DeletePackage
operation.
* @return A Java Future containing the result of the DeletePackage operation returned by the service.
* @sample AWSElasticsearchAsync.DeletePackage
*/
java.util.concurrent.Future* Delete the package. *
* * @param deletePackageRequest * Container for request parameters to DeletePackage
operation.
* @param 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.
* @return A Java Future containing the result of the DeletePackage operation returned by the service.
* @sample AWSElasticsearchAsyncHandler.DeletePackage
*/
java.util.concurrent.Future* Deletes an Amazon OpenSearch Service-managed interface VPC endpoint. *
* * @param deleteVpcEndpointRequest * Deletes an Amazon OpenSearch Service-managed interface VPC endpoint. * @return A Java Future containing the result of the DeleteVpcEndpoint operation returned by the service. * @sample AWSElasticsearchAsync.DeleteVpcEndpoint */ java.util.concurrent.Future* Deletes an Amazon OpenSearch Service-managed interface VPC endpoint. *
* * @param deleteVpcEndpointRequest * Deletes an Amazon OpenSearch Service-managed interface VPC endpoint. * @param 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. * @return A Java Future containing the result of the DeleteVpcEndpoint operation returned by the service. * @sample AWSElasticsearchAsyncHandler.DeleteVpcEndpoint */ java.util.concurrent.Future* Provides scheduled Auto-Tune action details for the Elasticsearch domain, such as Auto-Tune action type, * description, severity, and scheduled date. *
* * @param describeDomainAutoTunesRequest * Container for the parameters to theDescribeDomainAutoTunes
operation.
* @return A Java Future containing the result of the DescribeDomainAutoTunes operation returned by the service.
* @sample AWSElasticsearchAsync.DescribeDomainAutoTunes
*/
java.util.concurrent.Future* Provides scheduled Auto-Tune action details for the Elasticsearch domain, such as Auto-Tune action type, * description, severity, and scheduled date. *
* * @param describeDomainAutoTunesRequest * Container for the parameters to theDescribeDomainAutoTunes
operation.
* @param 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.
* @return A Java Future containing the result of the DescribeDomainAutoTunes operation returned by the service.
* @sample AWSElasticsearchAsyncHandler.DescribeDomainAutoTunes
*/
java.util.concurrent.Future* Returns information about the current blue/green deployment happening on a domain, including a change ID, status, * and progress stages. *
* * @param describeDomainChangeProgressRequest * Container for the parameters to theDescribeDomainChangeProgress
operation. Specifies the
* domain name and optional change specific identity for which you want progress information.
* @return A Java Future containing the result of the DescribeDomainChangeProgress operation returned by the
* service.
* @sample AWSElasticsearchAsync.DescribeDomainChangeProgress
*/
java.util.concurrent.Future* Returns information about the current blue/green deployment happening on a domain, including a change ID, status, * and progress stages. *
* * @param describeDomainChangeProgressRequest * Container for the parameters to theDescribeDomainChangeProgress
operation. Specifies the
* domain name and optional change specific identity for which you want progress information.
* @param 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.
* @return A Java Future containing the result of the DescribeDomainChangeProgress operation returned by the
* service.
* @sample AWSElasticsearchAsyncHandler.DescribeDomainChangeProgress
*/
java.util.concurrent.Future* Returns domain configuration information about the specified Elasticsearch domain, including the domain ID, * domain endpoint, and domain ARN. *
* * @param describeElasticsearchDomainRequest * Container for the parameters to theDescribeElasticsearchDomain
operation.
* @return A Java Future containing the result of the DescribeElasticsearchDomain operation returned by the service.
* @sample AWSElasticsearchAsync.DescribeElasticsearchDomain
*/
java.util.concurrent.Future* Returns domain configuration information about the specified Elasticsearch domain, including the domain ID, * domain endpoint, and domain ARN. *
* * @param describeElasticsearchDomainRequest * Container for the parameters to theDescribeElasticsearchDomain
operation.
* @param 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.
* @return A Java Future containing the result of the DescribeElasticsearchDomain operation returned by the service.
* @sample AWSElasticsearchAsyncHandler.DescribeElasticsearchDomain
*/
java.util.concurrent.Future* Provides cluster configuration information about the specified Elasticsearch domain, such as the state, creation * date, update version, and update date for cluster options. *
* * @param describeElasticsearchDomainConfigRequest * Container for the parameters to theDescribeElasticsearchDomainConfig
operation. Specifies
* the domain name for which you want configuration information.
* @return A Java Future containing the result of the DescribeElasticsearchDomainConfig operation returned by the
* service.
* @sample AWSElasticsearchAsync.DescribeElasticsearchDomainConfig
*/
java.util.concurrent.Future* Provides cluster configuration information about the specified Elasticsearch domain, such as the state, creation * date, update version, and update date for cluster options. *
* * @param describeElasticsearchDomainConfigRequest * Container for the parameters to theDescribeElasticsearchDomainConfig
operation. Specifies
* the domain name for which you want configuration information.
* @param 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.
* @return A Java Future containing the result of the DescribeElasticsearchDomainConfig operation returned by the
* service.
* @sample AWSElasticsearchAsyncHandler.DescribeElasticsearchDomainConfig
*/
java.util.concurrent.Future* Returns domain configuration information about the specified Elasticsearch domains, including the domain ID, * domain endpoint, and domain ARN. *
* * @param describeElasticsearchDomainsRequest * Container for the parameters to theDescribeElasticsearchDomains
operation. By
* default, the API returns the status of all Elasticsearch domains.
* @return A Java Future containing the result of the DescribeElasticsearchDomains operation returned by the
* service.
* @sample AWSElasticsearchAsync.DescribeElasticsearchDomains
*/
java.util.concurrent.Future* Returns domain configuration information about the specified Elasticsearch domains, including the domain ID, * domain endpoint, and domain ARN. *
* * @param describeElasticsearchDomainsRequest * Container for the parameters to theDescribeElasticsearchDomains
operation. By
* default, the API returns the status of all Elasticsearch domains.
* @param 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.
* @return A Java Future containing the result of the DescribeElasticsearchDomains operation returned by the
* service.
* @sample AWSElasticsearchAsyncHandler.DescribeElasticsearchDomains
*/
java.util.concurrent.Future
* Describe Elasticsearch Limits for a given InstanceType and ElasticsearchVersion. When modifying existing Domain,
* specify the DomainName
to know what Limits are supported for modifying.
*
DescribeElasticsearchInstanceTypeLimits
operation.
* @return A Java Future containing the result of the DescribeElasticsearchInstanceTypeLimits operation returned by
* the service.
* @sample AWSElasticsearchAsync.DescribeElasticsearchInstanceTypeLimits
*/
java.util.concurrent.Future
* Describe Elasticsearch Limits for a given InstanceType and ElasticsearchVersion. When modifying existing Domain,
* specify the DomainName
to know what Limits are supported for modifying.
*
DescribeElasticsearchInstanceTypeLimits
operation.
* @param 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.
* @return A Java Future containing the result of the DescribeElasticsearchInstanceTypeLimits operation returned by
* the service.
* @sample AWSElasticsearchAsyncHandler.DescribeElasticsearchInstanceTypeLimits
*/
java.util.concurrent.Future* Lists all the inbound cross-cluster search connections for a destination domain. *
* * @param describeInboundCrossClusterSearchConnectionsRequest * Container for the parameters to theDescribeInboundCrossClusterSearchConnections
* operation.
* @return A Java Future containing the result of the DescribeInboundCrossClusterSearchConnections operation
* returned by the service.
* @sample AWSElasticsearchAsync.DescribeInboundCrossClusterSearchConnections
*/
java.util.concurrent.Future* Lists all the inbound cross-cluster search connections for a destination domain. *
* * @param describeInboundCrossClusterSearchConnectionsRequest * Container for the parameters to theDescribeInboundCrossClusterSearchConnections
* operation.
* @param 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.
* @return A Java Future containing the result of the DescribeInboundCrossClusterSearchConnections operation
* returned by the service.
* @sample AWSElasticsearchAsyncHandler.DescribeInboundCrossClusterSearchConnections
*/
java.util.concurrent.Future* Lists all the outbound cross-cluster search connections for a source domain. *
* * @param describeOutboundCrossClusterSearchConnectionsRequest * Container for the parameters to theDescribeOutboundCrossClusterSearchConnections
* operation.
* @return A Java Future containing the result of the DescribeOutboundCrossClusterSearchConnections operation
* returned by the service.
* @sample AWSElasticsearchAsync.DescribeOutboundCrossClusterSearchConnections
*/
java.util.concurrent.Future* Lists all the outbound cross-cluster search connections for a source domain. *
* * @param describeOutboundCrossClusterSearchConnectionsRequest * Container for the parameters to theDescribeOutboundCrossClusterSearchConnections
* operation.
* @param 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.
* @return A Java Future containing the result of the DescribeOutboundCrossClusterSearchConnections operation
* returned by the service.
* @sample AWSElasticsearchAsyncHandler.DescribeOutboundCrossClusterSearchConnections
*/
java.util.concurrent.Future* Describes all packages available to Amazon ES. Includes options for filtering, limiting the number of results, * and pagination. *
* * @param describePackagesRequest * Container for request parameters to DescribePackage
operation.
* @return A Java Future containing the result of the DescribePackages operation returned by the service.
* @sample AWSElasticsearchAsync.DescribePackages
*/
java.util.concurrent.Future* Describes all packages available to Amazon ES. Includes options for filtering, limiting the number of results, * and pagination. *
* * @param describePackagesRequest * Container for request parameters to DescribePackage
operation.
* @param 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.
* @return A Java Future containing the result of the DescribePackages operation returned by the service.
* @sample AWSElasticsearchAsyncHandler.DescribePackages
*/
java.util.concurrent.Future* Lists available reserved Elasticsearch instance offerings. *
* * @param describeReservedElasticsearchInstanceOfferingsRequest * Container for parameters toDescribeReservedElasticsearchInstanceOfferings
* @return A Java Future containing the result of the DescribeReservedElasticsearchInstanceOfferings operation
* returned by the service.
* @sample AWSElasticsearchAsync.DescribeReservedElasticsearchInstanceOfferings
*/
java.util.concurrent.Future* Lists available reserved Elasticsearch instance offerings. *
* * @param describeReservedElasticsearchInstanceOfferingsRequest * Container for parameters toDescribeReservedElasticsearchInstanceOfferings
* @param 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.
* @return A Java Future containing the result of the DescribeReservedElasticsearchInstanceOfferings operation
* returned by the service.
* @sample AWSElasticsearchAsyncHandler.DescribeReservedElasticsearchInstanceOfferings
*/
java.util.concurrent.Future* Returns information about reserved Elasticsearch instances for this account. *
* * @param describeReservedElasticsearchInstancesRequest * Container for parameters toDescribeReservedElasticsearchInstances
* @return A Java Future containing the result of the DescribeReservedElasticsearchInstances operation returned by
* the service.
* @sample AWSElasticsearchAsync.DescribeReservedElasticsearchInstances
*/
java.util.concurrent.Future* Returns information about reserved Elasticsearch instances for this account. *
* * @param describeReservedElasticsearchInstancesRequest * Container for parameters toDescribeReservedElasticsearchInstances
* @param 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.
* @return A Java Future containing the result of the DescribeReservedElasticsearchInstances operation returned by
* the service.
* @sample AWSElasticsearchAsyncHandler.DescribeReservedElasticsearchInstances
*/
java.util.concurrent.Future* Describes one or more Amazon OpenSearch Service-managed VPC endpoints. *
* * @param describeVpcEndpointsRequest * Container for request parameters to theDescribeVpcEndpoints
operation. Specifies the
* list of VPC endpoints to be described.
* @return A Java Future containing the result of the DescribeVpcEndpoints operation returned by the service.
* @sample AWSElasticsearchAsync.DescribeVpcEndpoints
*/
java.util.concurrent.Future* Describes one or more Amazon OpenSearch Service-managed VPC endpoints. *
* * @param describeVpcEndpointsRequest * Container for request parameters to theDescribeVpcEndpoints
operation. Specifies the
* list of VPC endpoints to be described.
* @param 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.
* @return A Java Future containing the result of the DescribeVpcEndpoints operation returned by the service.
* @sample AWSElasticsearchAsyncHandler.DescribeVpcEndpoints
*/
java.util.concurrent.Future* Dissociates a package from the Amazon ES domain. *
* * @param dissociatePackageRequest * Container for request parameters to DissociatePackage
operation.
* @return A Java Future containing the result of the DissociatePackage operation returned by the service.
* @sample AWSElasticsearchAsync.DissociatePackage
*/
java.util.concurrent.Future* Dissociates a package from the Amazon ES domain. *
* * @param dissociatePackageRequest * Container for request parameters to DissociatePackage
operation.
* @param 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.
* @return A Java Future containing the result of the DissociatePackage operation returned by the service.
* @sample AWSElasticsearchAsyncHandler.DissociatePackage
*/
java.util.concurrent.Future
* 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.
*
GetCompatibleElasticsearchVersions
operation.
* @return A Java Future containing the result of the GetCompatibleElasticsearchVersions operation returned by the
* service.
* @sample AWSElasticsearchAsync.GetCompatibleElasticsearchVersions
*/
java.util.concurrent.Future
* 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.
*
GetCompatibleElasticsearchVersions
operation.
* @param 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.
* @return A Java Future containing the result of the GetCompatibleElasticsearchVersions operation returned by the
* service.
* @sample AWSElasticsearchAsyncHandler.GetCompatibleElasticsearchVersions
*/
java.util.concurrent.Future* Returns a list of versions of the package, along with their creation time and commit message. *
* * @param getPackageVersionHistoryRequest * Container for request parameters to GetPackageVersionHistory
operation.
* @return A Java Future containing the result of the GetPackageVersionHistory operation returned by the service.
* @sample AWSElasticsearchAsync.GetPackageVersionHistory
*/
java.util.concurrent.Future* Returns a list of versions of the package, along with their creation time and commit message. *
* * @param getPackageVersionHistoryRequest * Container for request parameters to GetPackageVersionHistory
operation.
* @param 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.
* @return A Java Future containing the result of the GetPackageVersionHistory operation returned by the service.
* @sample AWSElasticsearchAsyncHandler.GetPackageVersionHistory
*/
java.util.concurrent.Future* Retrieves the complete history of the last 10 upgrades that were performed on the domain. *
* * @param getUpgradeHistoryRequest * Container for request parameters to GetUpgradeHistory
operation.
* @return A Java Future containing the result of the GetUpgradeHistory operation returned by the service.
* @sample AWSElasticsearchAsync.GetUpgradeHistory
*/
java.util.concurrent.Future* Retrieves the complete history of the last 10 upgrades that were performed on the domain. *
* * @param getUpgradeHistoryRequest * Container for request parameters to GetUpgradeHistory
operation.
* @param 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.
* @return A Java Future containing the result of the GetUpgradeHistory operation returned by the service.
* @sample AWSElasticsearchAsyncHandler.GetUpgradeHistory
*/
java.util.concurrent.Future* Retrieves the latest status of the last upgrade or upgrade eligibility check that was performed on the domain. *
* * @param getUpgradeStatusRequest * Container for request parameters to GetUpgradeStatus
operation.
* @return A Java Future containing the result of the GetUpgradeStatus operation returned by the service.
* @sample AWSElasticsearchAsync.GetUpgradeStatus
*/
java.util.concurrent.Future* Retrieves the latest status of the last upgrade or upgrade eligibility check that was performed on the domain. *
* * @param getUpgradeStatusRequest * Container for request parameters to GetUpgradeStatus
operation.
* @param 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.
* @return A Java Future containing the result of the GetUpgradeStatus operation returned by the service.
* @sample AWSElasticsearchAsyncHandler.GetUpgradeStatus
*/
java.util.concurrent.Future* Returns the name of all Elasticsearch domains owned by the current user's account. *
* * @param listDomainNamesRequest * Container for the parameters to theListDomainNames
operation.
* @return A Java Future containing the result of the ListDomainNames operation returned by the service.
* @sample AWSElasticsearchAsync.ListDomainNames
*/
java.util.concurrent.Future* Returns the name of all Elasticsearch domains owned by the current user's account. *
* * @param listDomainNamesRequest * Container for the parameters to theListDomainNames
operation.
* @param 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.
* @return A Java Future containing the result of the ListDomainNames operation returned by the service.
* @sample AWSElasticsearchAsyncHandler.ListDomainNames
*/
java.util.concurrent.Future* Lists all Amazon ES domains associated with the package. *
* * @param listDomainsForPackageRequest * Container for request parameters to ListDomainsForPackage
operation.
* @return A Java Future containing the result of the ListDomainsForPackage operation returned by the service.
* @sample AWSElasticsearchAsync.ListDomainsForPackage
*/
java.util.concurrent.Future* Lists all Amazon ES domains associated with the package. *
* * @param listDomainsForPackageRequest * Container for request parameters to ListDomainsForPackage
operation.
* @param 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.
* @return A Java Future containing the result of the ListDomainsForPackage operation returned by the service.
* @sample AWSElasticsearchAsyncHandler.ListDomainsForPackage
*/
java.util.concurrent.Future* List all Elasticsearch instance types that are supported for given ElasticsearchVersion *
* * @param listElasticsearchInstanceTypesRequest * Container for the parameters to the ListElasticsearchInstanceTypes
operation.
* @return A Java Future containing the result of the ListElasticsearchInstanceTypes operation returned by the
* service.
* @sample AWSElasticsearchAsync.ListElasticsearchInstanceTypes
*/
java.util.concurrent.Future* List all Elasticsearch instance types that are supported for given ElasticsearchVersion *
* * @param listElasticsearchInstanceTypesRequest * Container for the parameters to the ListElasticsearchInstanceTypes
operation.
* @param 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.
* @return A Java Future containing the result of the ListElasticsearchInstanceTypes operation returned by the
* service.
* @sample AWSElasticsearchAsyncHandler.ListElasticsearchInstanceTypes
*/
java.util.concurrent.Future* List all supported Elasticsearch versions *
* * @param listElasticsearchVersionsRequest * 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.
*
* List all supported Elasticsearch versions *
* * @param listElasticsearchVersionsRequest * 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.
*
* Lists all packages associated with the Amazon ES domain. *
* * @param listPackagesForDomainRequest * Container for request parameters to ListPackagesForDomain
operation.
* @return A Java Future containing the result of the ListPackagesForDomain operation returned by the service.
* @sample AWSElasticsearchAsync.ListPackagesForDomain
*/
java.util.concurrent.Future* Lists all packages associated with the Amazon ES domain. *
* * @param listPackagesForDomainRequest * Container for request parameters to ListPackagesForDomain
operation.
* @param 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.
* @return A Java Future containing the result of the ListPackagesForDomain operation returned by the service.
* @sample AWSElasticsearchAsyncHandler.ListPackagesForDomain
*/
java.util.concurrent.Future* Returns all tags for the given Elasticsearch domain. *
* * @param listTagsRequest * Container for the parameters to theListTags
operation. Specify the ARN
* for the Elasticsearch domain to which the tags are attached that you want to view are attached.
* @return A Java Future containing the result of the ListTags operation returned by the service.
* @sample AWSElasticsearchAsync.ListTags
*/
java.util.concurrent.Future* Returns all tags for the given Elasticsearch domain. *
* * @param listTagsRequest * Container for the parameters to theListTags
operation. Specify the ARN
* for the Elasticsearch domain to which the tags are attached that you want to view are attached.
* @param 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.
* @return A Java Future containing the result of the ListTags operation returned by the service.
* @sample AWSElasticsearchAsyncHandler.ListTags
*/
java.util.concurrent.Future* Retrieves information about each principal that is allowed to access a given Amazon OpenSearch Service domain * through the use of an interface VPC endpoint. *
* * @param listVpcEndpointAccessRequest * Retrieves information about each principal that is allowed to access a given Amazon OpenSearch Service * domain through the use of an interface VPC endpoint * @return A Java Future containing the result of the ListVpcEndpointAccess operation returned by the service. * @sample AWSElasticsearchAsync.ListVpcEndpointAccess */ java.util.concurrent.Future* Retrieves information about each principal that is allowed to access a given Amazon OpenSearch Service domain * through the use of an interface VPC endpoint. *
* * @param listVpcEndpointAccessRequest * Retrieves information about each principal that is allowed to access a given Amazon OpenSearch Service * domain through the use of an interface VPC endpoint * @param 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. * @return A Java Future containing the result of the ListVpcEndpointAccess operation returned by the service. * @sample AWSElasticsearchAsyncHandler.ListVpcEndpointAccess */ java.util.concurrent.Future* Retrieves all Amazon OpenSearch Service-managed VPC endpoints in the current account and Region. *
* * @param listVpcEndpointsRequest * Container for request parameters to theListVpcEndpoints
operation.
* @return A Java Future containing the result of the ListVpcEndpoints operation returned by the service.
* @sample AWSElasticsearchAsync.ListVpcEndpoints
*/
java.util.concurrent.Future* Retrieves all Amazon OpenSearch Service-managed VPC endpoints in the current account and Region. *
* * @param listVpcEndpointsRequest * Container for request parameters to theListVpcEndpoints
operation.
* @param 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.
* @return A Java Future containing the result of the ListVpcEndpoints operation returned by the service.
* @sample AWSElasticsearchAsyncHandler.ListVpcEndpoints
*/
java.util.concurrent.Future* Retrieves all Amazon OpenSearch Service-managed VPC endpoints associated with a particular domain. *
* * @param listVpcEndpointsForDomainRequest * Container for request parameters to theListVpcEndpointsForDomain
operation. Specifies
* the domain whose VPC endpoints will be listed.
* @return A Java Future containing the result of the ListVpcEndpointsForDomain operation returned by the service.
* @sample AWSElasticsearchAsync.ListVpcEndpointsForDomain
*/
java.util.concurrent.Future* Retrieves all Amazon OpenSearch Service-managed VPC endpoints associated with a particular domain. *
* * @param listVpcEndpointsForDomainRequest * Container for request parameters to theListVpcEndpointsForDomain
operation. Specifies
* the domain whose VPC endpoints will be listed.
* @param 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.
* @return A Java Future containing the result of the ListVpcEndpointsForDomain operation returned by the service.
* @sample AWSElasticsearchAsyncHandler.ListVpcEndpointsForDomain
*/
java.util.concurrent.Future* Allows you to purchase reserved Elasticsearch instances. *
* * @param purchaseReservedElasticsearchInstanceOfferingRequest * Container for parameters toPurchaseReservedElasticsearchInstanceOffering
* @return A Java Future containing the result of the PurchaseReservedElasticsearchInstanceOffering operation
* returned by the service.
* @sample AWSElasticsearchAsync.PurchaseReservedElasticsearchInstanceOffering
*/
java.util.concurrent.Future* Allows you to purchase reserved Elasticsearch instances. *
* * @param purchaseReservedElasticsearchInstanceOfferingRequest * Container for parameters toPurchaseReservedElasticsearchInstanceOffering
* @param 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.
* @return A Java Future containing the result of the PurchaseReservedElasticsearchInstanceOffering operation
* returned by the service.
* @sample AWSElasticsearchAsyncHandler.PurchaseReservedElasticsearchInstanceOffering
*/
java.util.concurrent.Future* Allows the destination domain owner to reject an inbound cross-cluster search connection request. *
* * @param rejectInboundCrossClusterSearchConnectionRequest * Container for the parameters to theRejectInboundCrossClusterSearchConnection
* operation.
* @return A Java Future containing the result of the RejectInboundCrossClusterSearchConnection operation returned
* by the service.
* @sample AWSElasticsearchAsync.RejectInboundCrossClusterSearchConnection
*/
java.util.concurrent.Future* Allows the destination domain owner to reject an inbound cross-cluster search connection request. *
* * @param rejectInboundCrossClusterSearchConnectionRequest * Container for the parameters to theRejectInboundCrossClusterSearchConnection
* operation.
* @param 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.
* @return A Java Future containing the result of the RejectInboundCrossClusterSearchConnection operation returned
* by the service.
* @sample AWSElasticsearchAsyncHandler.RejectInboundCrossClusterSearchConnection
*/
java.util.concurrent.Future* Removes the specified set of tags from the specified Elasticsearch domain. *
* * @param removeTagsRequest * Container for the parameters to theRemoveTags
operation. Specify the ARN
* for the Elasticsearch domain from which you want to remove the specified TagKey
.
* @return A Java Future containing the result of the RemoveTags operation returned by the service.
* @sample AWSElasticsearchAsync.RemoveTags
*/
java.util.concurrent.Future* Removes the specified set of tags from the specified Elasticsearch domain. *
* * @param removeTagsRequest * Container for the parameters to theRemoveTags
operation. Specify the ARN
* for the Elasticsearch domain from which you want to remove the specified TagKey
.
* @param 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.
* @return A Java Future containing the result of the RemoveTags operation returned by the service.
* @sample AWSElasticsearchAsyncHandler.RemoveTags
*/
java.util.concurrent.Future* Revokes access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint. *
* * @param revokeVpcEndpointAccessRequest * Revokes access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint. * @return A Java Future containing the result of the RevokeVpcEndpointAccess operation returned by the service. * @sample AWSElasticsearchAsync.RevokeVpcEndpointAccess */ java.util.concurrent.Future* Revokes access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint. *
* * @param revokeVpcEndpointAccessRequest * Revokes access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint. * @param 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. * @return A Java Future containing the result of the RevokeVpcEndpointAccess operation returned by the service. * @sample AWSElasticsearchAsyncHandler.RevokeVpcEndpointAccess */ java.util.concurrent.Future* Schedules a service software update for an Amazon ES domain. *
* * @param startElasticsearchServiceSoftwareUpdateRequest * Container for the parameters to theStartElasticsearchServiceSoftwareUpdate
operation.
* Specifies the name of the Elasticsearch domain that you wish to schedule a service software update on.
* @return A Java Future containing the result of the StartElasticsearchServiceSoftwareUpdate operation returned by
* the service.
* @sample AWSElasticsearchAsync.StartElasticsearchServiceSoftwareUpdate
*/
java.util.concurrent.Future* Schedules a service software update for an Amazon ES domain. *
* * @param startElasticsearchServiceSoftwareUpdateRequest * Container for the parameters to theStartElasticsearchServiceSoftwareUpdate
operation.
* Specifies the name of the Elasticsearch domain that you wish to schedule a service software update on.
* @param 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.
* @return A Java Future containing the result of the StartElasticsearchServiceSoftwareUpdate operation returned by
* the service.
* @sample AWSElasticsearchAsyncHandler.StartElasticsearchServiceSoftwareUpdate
*/
java.util.concurrent.Future* Modifies the cluster configuration of the specified Elasticsearch domain, setting as setting the instance type * and the number of instances. *
* * @param updateElasticsearchDomainConfigRequest * Container for the parameters to theUpdateElasticsearchDomain
operation. Specifies the
* type and number of instances in the domain cluster.
* @return A Java Future containing the result of the UpdateElasticsearchDomainConfig operation returned by the
* service.
* @sample AWSElasticsearchAsync.UpdateElasticsearchDomainConfig
*/
java.util.concurrent.Future* Modifies the cluster configuration of the specified Elasticsearch domain, setting as setting the instance type * and the number of instances. *
* * @param updateElasticsearchDomainConfigRequest * Container for the parameters to theUpdateElasticsearchDomain
operation. Specifies the
* type and number of instances in the domain cluster.
* @param 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.
* @return A Java Future containing the result of the UpdateElasticsearchDomainConfig operation returned by the
* service.
* @sample AWSElasticsearchAsyncHandler.UpdateElasticsearchDomainConfig
*/
java.util.concurrent.Future* Updates a package for use with Amazon ES domains. *
* * @param updatePackageRequest * Container for request parameters to UpdatePackage
operation.
* @return A Java Future containing the result of the UpdatePackage operation returned by the service.
* @sample AWSElasticsearchAsync.UpdatePackage
*/
java.util.concurrent.Future* Updates a package for use with Amazon ES domains. *
* * @param updatePackageRequest * Container for request parameters to UpdatePackage
operation.
* @param 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.
* @return A Java Future containing the result of the UpdatePackage operation returned by the service.
* @sample AWSElasticsearchAsyncHandler.UpdatePackage
*/
java.util.concurrent.Future* Modifies an Amazon OpenSearch Service-managed interface VPC endpoint. *
* * @param updateVpcEndpointRequest * Modifies an Amazon OpenSearch Service-managed interface VPC endpoint. * @return A Java Future containing the result of the UpdateVpcEndpoint operation returned by the service. * @sample AWSElasticsearchAsync.UpdateVpcEndpoint */ java.util.concurrent.Future* Modifies an Amazon OpenSearch Service-managed interface VPC endpoint. *
* * @param updateVpcEndpointRequest * Modifies an Amazon OpenSearch Service-managed interface VPC endpoint. * @param 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. * @return A Java Future containing the result of the UpdateVpcEndpoint operation returned by the service. * @sample AWSElasticsearchAsyncHandler.UpdateVpcEndpoint */ java.util.concurrent.Future* Allows you to either upgrade your domain or perform an Upgrade eligibility check to a compatible Elasticsearch * version. *
* * @param upgradeElasticsearchDomainRequest * Container for request parameters to UpgradeElasticsearchDomain
operation.
* @return A Java Future containing the result of the UpgradeElasticsearchDomain operation returned by the service.
* @sample AWSElasticsearchAsync.UpgradeElasticsearchDomain
*/
java.util.concurrent.Future* Allows you to either upgrade your domain or perform an Upgrade eligibility check to a compatible Elasticsearch * version. *
* * @param upgradeElasticsearchDomainRequest * Container for request parameters to UpgradeElasticsearchDomain
operation.
* @param 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.
* @return A Java Future containing the result of the UpgradeElasticsearchDomain operation returned by the service.
* @sample AWSElasticsearchAsyncHandler.UpgradeElasticsearchDomain
*/
java.util.concurrent.Future