@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSElasticsearch extends Object implements AWSElasticsearch
AWSElasticsearch
. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException
.ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
AcceptInboundCrossClusterSearchConnectionResult |
acceptInboundCrossClusterSearchConnection(AcceptInboundCrossClusterSearchConnectionRequest request)
Allows the destination domain owner to accept an inbound cross-cluster search connection request.
|
AddTagsResult |
addTags(AddTagsRequest request)
Attaches tags to an existing Elasticsearch domain.
|
AssociatePackageResult |
associatePackage(AssociatePackageRequest request)
Associates a package with an Amazon ES domain.
|
AuthorizeVpcEndpointAccessResult |
authorizeVpcEndpointAccess(AuthorizeVpcEndpointAccessRequest request)
Provides access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint.
|
CancelDomainConfigChangeResult |
cancelDomainConfigChange(CancelDomainConfigChangeRequest request)
Cancels a pending configuration change on an Amazon OpenSearch Service domain.
|
CancelElasticsearchServiceSoftwareUpdateResult |
cancelElasticsearchServiceSoftwareUpdate(CancelElasticsearchServiceSoftwareUpdateRequest request)
Cancels a scheduled service software update for an Amazon ES domain.
|
CreateElasticsearchDomainResult |
createElasticsearchDomain(CreateElasticsearchDomainRequest request)
Creates a new Elasticsearch domain.
|
CreateOutboundCrossClusterSearchConnectionResult |
createOutboundCrossClusterSearchConnection(CreateOutboundCrossClusterSearchConnectionRequest request)
Creates a new cross-cluster search connection from a source domain to a destination domain.
|
CreatePackageResult |
createPackage(CreatePackageRequest request)
Create a package for use with Amazon ES domains.
|
CreateVpcEndpointResult |
createVpcEndpoint(CreateVpcEndpointRequest request)
Creates an Amazon OpenSearch Service-managed VPC endpoint.
|
DeleteElasticsearchDomainResult |
deleteElasticsearchDomain(DeleteElasticsearchDomainRequest request)
Permanently deletes the specified Elasticsearch domain and all of its data.
|
DeleteElasticsearchServiceRoleResult |
deleteElasticsearchServiceRole(DeleteElasticsearchServiceRoleRequest request)
Deletes the service-linked role that Elasticsearch Service uses to manage and maintain VPC domains.
|
DeleteInboundCrossClusterSearchConnectionResult |
deleteInboundCrossClusterSearchConnection(DeleteInboundCrossClusterSearchConnectionRequest request)
Allows the destination domain owner to delete an existing inbound cross-cluster search connection.
|
DeleteOutboundCrossClusterSearchConnectionResult |
deleteOutboundCrossClusterSearchConnection(DeleteOutboundCrossClusterSearchConnectionRequest request)
Allows the source domain owner to delete an existing outbound cross-cluster search connection.
|
DeletePackageResult |
deletePackage(DeletePackageRequest request)
Delete the package.
|
DeleteVpcEndpointResult |
deleteVpcEndpoint(DeleteVpcEndpointRequest request)
Deletes an Amazon OpenSearch Service-managed interface VPC endpoint.
|
DescribeDomainAutoTunesResult |
describeDomainAutoTunes(DescribeDomainAutoTunesRequest request)
Provides scheduled Auto-Tune action details for the Elasticsearch domain, such as Auto-Tune action type,
description, severity, and scheduled date.
|
DescribeDomainChangeProgressResult |
describeDomainChangeProgress(DescribeDomainChangeProgressRequest request)
Returns information about the current blue/green deployment happening on a domain, including a change ID, status,
and progress stages.
|
DescribeElasticsearchDomainResult |
describeElasticsearchDomain(DescribeElasticsearchDomainRequest request)
Returns domain configuration information about the specified Elasticsearch domain, including the domain ID,
domain endpoint, and domain ARN.
|
DescribeElasticsearchDomainConfigResult |
describeElasticsearchDomainConfig(DescribeElasticsearchDomainConfigRequest request)
Provides cluster configuration information about the specified Elasticsearch domain, such as the state, creation
date, update version, and update date for cluster options.
|
DescribeElasticsearchDomainsResult |
describeElasticsearchDomains(DescribeElasticsearchDomainsRequest request)
Returns domain configuration information about the specified Elasticsearch domains, including the domain ID,
domain endpoint, and domain ARN.
|
DescribeElasticsearchInstanceTypeLimitsResult |
describeElasticsearchInstanceTypeLimits(DescribeElasticsearchInstanceTypeLimitsRequest request)
Describe Elasticsearch Limits for a given InstanceType and ElasticsearchVersion.
|
DescribeInboundCrossClusterSearchConnectionsResult |
describeInboundCrossClusterSearchConnections(DescribeInboundCrossClusterSearchConnectionsRequest request)
Lists all the inbound cross-cluster search connections for a destination domain.
|
DescribeOutboundCrossClusterSearchConnectionsResult |
describeOutboundCrossClusterSearchConnections(DescribeOutboundCrossClusterSearchConnectionsRequest request)
Lists all the outbound cross-cluster search connections for a source domain.
|
DescribePackagesResult |
describePackages(DescribePackagesRequest request)
Describes all packages available to Amazon ES.
|
DescribeReservedElasticsearchInstanceOfferingsResult |
describeReservedElasticsearchInstanceOfferings(DescribeReservedElasticsearchInstanceOfferingsRequest request)
Lists available reserved Elasticsearch instance offerings.
|
DescribeReservedElasticsearchInstancesResult |
describeReservedElasticsearchInstances(DescribeReservedElasticsearchInstancesRequest request)
Returns information about reserved Elasticsearch instances for this account.
|
DescribeVpcEndpointsResult |
describeVpcEndpoints(DescribeVpcEndpointsRequest request)
Describes one or more Amazon OpenSearch Service-managed VPC endpoints.
|
DissociatePackageResult |
dissociatePackage(DissociatePackageRequest request)
Dissociates a package from the Amazon ES domain.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetCompatibleElasticsearchVersionsResult |
getCompatibleElasticsearchVersions(GetCompatibleElasticsearchVersionsRequest request)
Returns a list of upgrade compatible Elastisearch versions.
|
GetPackageVersionHistoryResult |
getPackageVersionHistory(GetPackageVersionHistoryRequest request)
Returns a list of versions of the package, along with their creation time and commit message.
|
GetUpgradeHistoryResult |
getUpgradeHistory(GetUpgradeHistoryRequest request)
Retrieves the complete history of the last 10 upgrades that were performed on the domain.
|
GetUpgradeStatusResult |
getUpgradeStatus(GetUpgradeStatusRequest request)
Retrieves the latest status of the last upgrade or upgrade eligibility check that was performed on the domain.
|
ListDomainNamesResult |
listDomainNames(ListDomainNamesRequest request)
Returns the name of all Elasticsearch domains owned by the current user's account.
|
ListDomainsForPackageResult |
listDomainsForPackage(ListDomainsForPackageRequest request)
Lists all Amazon ES domains associated with the package.
|
ListElasticsearchInstanceTypesResult |
listElasticsearchInstanceTypes(ListElasticsearchInstanceTypesRequest request)
List all Elasticsearch instance types that are supported for given ElasticsearchVersion
|
ListElasticsearchVersionsResult |
listElasticsearchVersions(ListElasticsearchVersionsRequest request)
List all supported Elasticsearch versions
|
ListPackagesForDomainResult |
listPackagesForDomain(ListPackagesForDomainRequest request)
Lists all packages associated with the Amazon ES domain.
|
ListTagsResult |
listTags(ListTagsRequest request)
Returns all tags for the given Elasticsearch domain.
|
ListVpcEndpointAccessResult |
listVpcEndpointAccess(ListVpcEndpointAccessRequest request)
Retrieves information about each principal that is allowed to access a given Amazon OpenSearch Service domain
through the use of an interface VPC endpoint.
|
ListVpcEndpointsResult |
listVpcEndpoints(ListVpcEndpointsRequest request)
Retrieves all Amazon OpenSearch Service-managed VPC endpoints in the current account and Region.
|
ListVpcEndpointsForDomainResult |
listVpcEndpointsForDomain(ListVpcEndpointsForDomainRequest request)
Retrieves all Amazon OpenSearch Service-managed VPC endpoints associated with a particular domain.
|
PurchaseReservedElasticsearchInstanceOfferingResult |
purchaseReservedElasticsearchInstanceOffering(PurchaseReservedElasticsearchInstanceOfferingRequest request)
Allows you to purchase reserved Elasticsearch instances.
|
RejectInboundCrossClusterSearchConnectionResult |
rejectInboundCrossClusterSearchConnection(RejectInboundCrossClusterSearchConnectionRequest request)
Allows the destination domain owner to reject an inbound cross-cluster search connection request.
|
RemoveTagsResult |
removeTags(RemoveTagsRequest request)
Removes the specified set of tags from the specified Elasticsearch domain.
|
RevokeVpcEndpointAccessResult |
revokeVpcEndpointAccess(RevokeVpcEndpointAccessRequest request)
Revokes access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint.
|
void |
setEndpoint(String endpoint)
Overrides the default endpoint for this client ("https://es.us-east-1.amazonaws.com").
|
void |
setRegion(Region region)
An alternative to
AWSElasticsearch.setEndpoint(String) , sets the regional endpoint for this client's
service calls. |
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
StartElasticsearchServiceSoftwareUpdateResult |
startElasticsearchServiceSoftwareUpdate(StartElasticsearchServiceSoftwareUpdateRequest request)
Schedules a service software update for an Amazon ES domain.
|
UpdateElasticsearchDomainConfigResult |
updateElasticsearchDomainConfig(UpdateElasticsearchDomainConfigRequest request)
Modifies the cluster configuration of the specified Elasticsearch domain, setting as setting the instance type
and the number of instances.
|
UpdatePackageResult |
updatePackage(UpdatePackageRequest request)
Updates a package for use with Amazon ES domains.
|
UpdateVpcEndpointResult |
updateVpcEndpoint(UpdateVpcEndpointRequest request)
Modifies an Amazon OpenSearch Service-managed interface VPC endpoint.
|
UpgradeElasticsearchDomainResult |
upgradeElasticsearchDomain(UpgradeElasticsearchDomainRequest request)
Allows you to either upgrade your domain or perform an Upgrade eligibility check to a compatible Elasticsearch
version.
|
public void setEndpoint(String endpoint)
AWSElasticsearch
Callers can pass in just the endpoint (ex: "es.us-east-1.amazonaws.com") or a full URL, including the protocol
(ex: "https://es.us-east-1.amazonaws.com"). If the protocol is not specified here, the default protocol from this
client's ClientConfiguration
will be used, which by default is HTTPS.
For more information on using AWS regions with the AWS SDK for Java, and a complete list of all available endpoints for all AWS services, see: https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/java-dg-region-selection.html#region-selection- choose-endpoint
This method is not threadsafe. An endpoint should be configured when the client is created and before any service requests are made. Changing it afterwards creates inevitable race conditions for any service requests in transit or retrying.
setEndpoint
in interface AWSElasticsearch
endpoint
- The endpoint (ex: "es.us-east-1.amazonaws.com") or a full URL, including the protocol (ex:
"https://es.us-east-1.amazonaws.com") of the region specific AWS endpoint this client will communicate
with.public void setRegion(Region region)
AWSElasticsearch
AWSElasticsearch.setEndpoint(String)
, sets the regional endpoint for this client's
service calls. Callers can use this method to control which AWS region they want to work with.
By default, all service endpoints in all regions use the https protocol. To use http instead, specify it in the
ClientConfiguration
supplied at construction.
This method is not threadsafe. A region should be configured when the client is created and before any service requests are made. Changing it afterwards creates inevitable race conditions for any service requests in transit or retrying.
setRegion
in interface AWSElasticsearch
region
- The region this client will communicate with. See Region.getRegion(com.amazonaws.regions.Regions)
for accessing a given region. Must not be null and must be a region where the service is available.Region.getRegion(com.amazonaws.regions.Regions)
,
Region.createClient(Class, com.amazonaws.auth.AWSCredentialsProvider, ClientConfiguration)
,
Region.isServiceSupported(String)
public AcceptInboundCrossClusterSearchConnectionResult acceptInboundCrossClusterSearchConnection(AcceptInboundCrossClusterSearchConnectionRequest request)
AWSElasticsearch
Allows the destination domain owner to accept an inbound cross-cluster search connection request.
acceptInboundCrossClusterSearchConnection
in interface AWSElasticsearch
request
- Container for the parameters to the AcceptInboundCrossClusterSearchConnection
operation.public AddTagsResult addTags(AddTagsRequest request)
AWSElasticsearch
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.
addTags
in interface AWSElasticsearch
request
- Container for the parameters to the AddTags
operation. Specify the tags that you want
to attach to the Elasticsearch domain.public AssociatePackageResult associatePackage(AssociatePackageRequest request)
AWSElasticsearch
Associates a package with an Amazon ES domain.
associatePackage
in interface AWSElasticsearch
request
- Container for request parameters to AssociatePackage
operation.public AuthorizeVpcEndpointAccessResult authorizeVpcEndpointAccess(AuthorizeVpcEndpointAccessRequest request)
AWSElasticsearch
Provides access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint.
authorizeVpcEndpointAccess
in interface AWSElasticsearch
request
- Container for request parameters to the AuthorizeVpcEndpointAccess
operation.
Specifies the account to be permitted to manage VPC endpoints against the domain.public CancelDomainConfigChangeResult cancelDomainConfigChange(CancelDomainConfigChangeRequest request)
AWSElasticsearch
Cancels a pending configuration change on an Amazon OpenSearch Service domain.
cancelDomainConfigChange
in interface AWSElasticsearch
request
- Container for parameters of the CancelDomainConfigChange
operation.public CancelElasticsearchServiceSoftwareUpdateResult cancelElasticsearchServiceSoftwareUpdate(CancelElasticsearchServiceSoftwareUpdateRequest request)
AWSElasticsearch
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
in interface AWSElasticsearch
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 CreateElasticsearchDomainResult createElasticsearchDomain(CreateElasticsearchDomainRequest request)
AWSElasticsearch
Creates a new Elasticsearch domain. For more information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide.
createElasticsearchDomain
in interface AWSElasticsearch
public CreateOutboundCrossClusterSearchConnectionResult createOutboundCrossClusterSearchConnection(CreateOutboundCrossClusterSearchConnectionRequest request)
AWSElasticsearch
Creates a new cross-cluster search connection from a source domain to a destination domain.
createOutboundCrossClusterSearchConnection
in interface AWSElasticsearch
request
- Container for the parameters to the CreateOutboundCrossClusterSearchConnection
operation.public CreatePackageResult createPackage(CreatePackageRequest request)
AWSElasticsearch
Create a package for use with Amazon ES domains.
createPackage
in interface AWSElasticsearch
request
- Container for request parameters to CreatePackage
operation.public CreateVpcEndpointResult createVpcEndpoint(CreateVpcEndpointRequest request)
AWSElasticsearch
Creates an Amazon OpenSearch Service-managed VPC endpoint.
createVpcEndpoint
in interface AWSElasticsearch
request
- Container for the parameters to the CreateVpcEndpointRequest
operation.public DeleteElasticsearchDomainResult deleteElasticsearchDomain(DeleteElasticsearchDomainRequest request)
AWSElasticsearch
Permanently deletes the specified Elasticsearch domain and all of its data. Once a domain is deleted, it cannot be recovered.
deleteElasticsearchDomain
in interface AWSElasticsearch
request
- Container for the parameters to the DeleteElasticsearchDomain
operation. Specifies the
name of the Elasticsearch domain that you want to delete.public DeleteElasticsearchServiceRoleResult deleteElasticsearchServiceRole(DeleteElasticsearchServiceRoleRequest request)
AWSElasticsearch
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.
deleteElasticsearchServiceRole
in interface AWSElasticsearch
public DeleteInboundCrossClusterSearchConnectionResult deleteInboundCrossClusterSearchConnection(DeleteInboundCrossClusterSearchConnectionRequest request)
AWSElasticsearch
Allows the destination domain owner to delete an existing inbound cross-cluster search connection.
deleteInboundCrossClusterSearchConnection
in interface AWSElasticsearch
request
- Container for the parameters to the DeleteInboundCrossClusterSearchConnection
operation.public DeleteOutboundCrossClusterSearchConnectionResult deleteOutboundCrossClusterSearchConnection(DeleteOutboundCrossClusterSearchConnectionRequest request)
AWSElasticsearch
Allows the source domain owner to delete an existing outbound cross-cluster search connection.
deleteOutboundCrossClusterSearchConnection
in interface AWSElasticsearch
request
- Container for the parameters to the DeleteOutboundCrossClusterSearchConnection
operation.public DeletePackageResult deletePackage(DeletePackageRequest request)
AWSElasticsearch
Delete the package.
deletePackage
in interface AWSElasticsearch
request
- Container for request parameters to DeletePackage
operation.public DeleteVpcEndpointResult deleteVpcEndpoint(DeleteVpcEndpointRequest request)
AWSElasticsearch
Deletes an Amazon OpenSearch Service-managed interface VPC endpoint.
deleteVpcEndpoint
in interface AWSElasticsearch
request
- Deletes an Amazon OpenSearch Service-managed interface VPC endpoint.public DescribeDomainAutoTunesResult describeDomainAutoTunes(DescribeDomainAutoTunesRequest request)
AWSElasticsearch
Provides scheduled Auto-Tune action details for the Elasticsearch domain, such as Auto-Tune action type, description, severity, and scheduled date.
describeDomainAutoTunes
in interface AWSElasticsearch
request
- Container for the parameters to the DescribeDomainAutoTunes
operation.public DescribeDomainChangeProgressResult describeDomainChangeProgress(DescribeDomainChangeProgressRequest request)
AWSElasticsearch
Returns information about the current blue/green deployment happening on a domain, including a change ID, status, and progress stages.
describeDomainChangeProgress
in interface AWSElasticsearch
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 DescribeElasticsearchDomainResult describeElasticsearchDomain(DescribeElasticsearchDomainRequest request)
AWSElasticsearch
Returns domain configuration information about the specified Elasticsearch domain, including the domain ID, domain endpoint, and domain ARN.
describeElasticsearchDomain
in interface AWSElasticsearch
request
- Container for the parameters to the DescribeElasticsearchDomain
operation.public DescribeElasticsearchDomainConfigResult describeElasticsearchDomainConfig(DescribeElasticsearchDomainConfigRequest request)
AWSElasticsearch
Provides cluster configuration information about the specified Elasticsearch domain, such as the state, creation date, update version, and update date for cluster options.
describeElasticsearchDomainConfig
in interface AWSElasticsearch
request
- Container for the parameters to the DescribeElasticsearchDomainConfig
operation. Specifies
the domain name for which you want configuration information.public DescribeElasticsearchDomainsResult describeElasticsearchDomains(DescribeElasticsearchDomainsRequest request)
AWSElasticsearch
Returns domain configuration information about the specified Elasticsearch domains, including the domain ID, domain endpoint, and domain ARN.
describeElasticsearchDomains
in interface AWSElasticsearch
request
- Container for the parameters to the DescribeElasticsearchDomains
operation. By
default, the API returns the status of all Elasticsearch domains.public DescribeElasticsearchInstanceTypeLimitsResult describeElasticsearchInstanceTypeLimits(DescribeElasticsearchInstanceTypeLimitsRequest request)
AWSElasticsearch
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
in interface AWSElasticsearch
request
- Container for the parameters to DescribeElasticsearchInstanceTypeLimits
operation.public DescribeInboundCrossClusterSearchConnectionsResult describeInboundCrossClusterSearchConnections(DescribeInboundCrossClusterSearchConnectionsRequest request)
AWSElasticsearch
Lists all the inbound cross-cluster search connections for a destination domain.
describeInboundCrossClusterSearchConnections
in interface AWSElasticsearch
request
- Container for the parameters to the DescribeInboundCrossClusterSearchConnections
operation.public DescribeOutboundCrossClusterSearchConnectionsResult describeOutboundCrossClusterSearchConnections(DescribeOutboundCrossClusterSearchConnectionsRequest request)
AWSElasticsearch
Lists all the outbound cross-cluster search connections for a source domain.
describeOutboundCrossClusterSearchConnections
in interface AWSElasticsearch
request
- Container for the parameters to the DescribeOutboundCrossClusterSearchConnections
operation.public DescribePackagesResult describePackages(DescribePackagesRequest request)
AWSElasticsearch
Describes all packages available to Amazon ES. Includes options for filtering, limiting the number of results, and pagination.
describePackages
in interface AWSElasticsearch
request
- Container for request parameters to DescribePackage
operation.public DescribeReservedElasticsearchInstanceOfferingsResult describeReservedElasticsearchInstanceOfferings(DescribeReservedElasticsearchInstanceOfferingsRequest request)
AWSElasticsearch
Lists available reserved Elasticsearch instance offerings.
describeReservedElasticsearchInstanceOfferings
in interface AWSElasticsearch
request
- Container for parameters to DescribeReservedElasticsearchInstanceOfferings
public DescribeReservedElasticsearchInstancesResult describeReservedElasticsearchInstances(DescribeReservedElasticsearchInstancesRequest request)
AWSElasticsearch
Returns information about reserved Elasticsearch instances for this account.
describeReservedElasticsearchInstances
in interface AWSElasticsearch
request
- Container for parameters to DescribeReservedElasticsearchInstances
public DescribeVpcEndpointsResult describeVpcEndpoints(DescribeVpcEndpointsRequest request)
AWSElasticsearch
Describes one or more Amazon OpenSearch Service-managed VPC endpoints.
describeVpcEndpoints
in interface AWSElasticsearch
request
- Container for request parameters to the DescribeVpcEndpoints
operation. Specifies the
list of VPC endpoints to be described.public DissociatePackageResult dissociatePackage(DissociatePackageRequest request)
AWSElasticsearch
Dissociates a package from the Amazon ES domain.
dissociatePackage
in interface AWSElasticsearch
request
- Container for request parameters to DissociatePackage
operation.public GetCompatibleElasticsearchVersionsResult getCompatibleElasticsearchVersions(GetCompatibleElasticsearchVersionsRequest request)
AWSElasticsearch
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
in interface AWSElasticsearch
request
- Container for request parameters to GetCompatibleElasticsearchVersions
operation.public GetPackageVersionHistoryResult getPackageVersionHistory(GetPackageVersionHistoryRequest request)
AWSElasticsearch
Returns a list of versions of the package, along with their creation time and commit message.
getPackageVersionHistory
in interface AWSElasticsearch
request
- Container for request parameters to GetPackageVersionHistory
operation.public GetUpgradeHistoryResult getUpgradeHistory(GetUpgradeHistoryRequest request)
AWSElasticsearch
Retrieves the complete history of the last 10 upgrades that were performed on the domain.
getUpgradeHistory
in interface AWSElasticsearch
request
- Container for request parameters to GetUpgradeHistory
operation.public GetUpgradeStatusResult getUpgradeStatus(GetUpgradeStatusRequest request)
AWSElasticsearch
Retrieves the latest status of the last upgrade or upgrade eligibility check that was performed on the domain.
getUpgradeStatus
in interface AWSElasticsearch
request
- Container for request parameters to GetUpgradeStatus
operation.public ListDomainNamesResult listDomainNames(ListDomainNamesRequest request)
AWSElasticsearch
Returns the name of all Elasticsearch domains owned by the current user's account.
listDomainNames
in interface AWSElasticsearch
request
- Container for the parameters to the ListDomainNames
operation.public ListDomainsForPackageResult listDomainsForPackage(ListDomainsForPackageRequest request)
AWSElasticsearch
Lists all Amazon ES domains associated with the package.
listDomainsForPackage
in interface AWSElasticsearch
request
- Container for request parameters to ListDomainsForPackage
operation.public ListElasticsearchInstanceTypesResult listElasticsearchInstanceTypes(ListElasticsearchInstanceTypesRequest request)
AWSElasticsearch
List all Elasticsearch instance types that are supported for given ElasticsearchVersion
listElasticsearchInstanceTypes
in interface AWSElasticsearch
request
- Container for the parameters to the ListElasticsearchInstanceTypes
operation.public ListElasticsearchVersionsResult listElasticsearchVersions(ListElasticsearchVersionsRequest request)
AWSElasticsearch
List all supported Elasticsearch versions
listElasticsearchVersions
in interface AWSElasticsearch
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 ListPackagesForDomainResult listPackagesForDomain(ListPackagesForDomainRequest request)
AWSElasticsearch
Lists all packages associated with the Amazon ES domain.
listPackagesForDomain
in interface AWSElasticsearch
request
- Container for request parameters to ListPackagesForDomain
operation.public ListTagsResult listTags(ListTagsRequest request)
AWSElasticsearch
Returns all tags for the given Elasticsearch domain.
listTags
in interface AWSElasticsearch
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 ListVpcEndpointAccessResult listVpcEndpointAccess(ListVpcEndpointAccessRequest request)
AWSElasticsearch
Retrieves information about each principal that is allowed to access a given Amazon OpenSearch Service domain through the use of an interface VPC endpoint.
listVpcEndpointAccess
in interface AWSElasticsearch
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 ListVpcEndpointsResult listVpcEndpoints(ListVpcEndpointsRequest request)
AWSElasticsearch
Retrieves all Amazon OpenSearch Service-managed VPC endpoints in the current account and Region.
listVpcEndpoints
in interface AWSElasticsearch
request
- Container for request parameters to the ListVpcEndpoints
operation.public ListVpcEndpointsForDomainResult listVpcEndpointsForDomain(ListVpcEndpointsForDomainRequest request)
AWSElasticsearch
Retrieves all Amazon OpenSearch Service-managed VPC endpoints associated with a particular domain.
listVpcEndpointsForDomain
in interface AWSElasticsearch
request
- Container for request parameters to the ListVpcEndpointsForDomain
operation. Specifies
the domain whose VPC endpoints will be listed.public PurchaseReservedElasticsearchInstanceOfferingResult purchaseReservedElasticsearchInstanceOffering(PurchaseReservedElasticsearchInstanceOfferingRequest request)
AWSElasticsearch
Allows you to purchase reserved Elasticsearch instances.
purchaseReservedElasticsearchInstanceOffering
in interface AWSElasticsearch
request
- Container for parameters to PurchaseReservedElasticsearchInstanceOffering
public RejectInboundCrossClusterSearchConnectionResult rejectInboundCrossClusterSearchConnection(RejectInboundCrossClusterSearchConnectionRequest request)
AWSElasticsearch
Allows the destination domain owner to reject an inbound cross-cluster search connection request.
rejectInboundCrossClusterSearchConnection
in interface AWSElasticsearch
request
- Container for the parameters to the RejectInboundCrossClusterSearchConnection
operation.public RemoveTagsResult removeTags(RemoveTagsRequest request)
AWSElasticsearch
Removes the specified set of tags from the specified Elasticsearch domain.
removeTags
in interface AWSElasticsearch
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 RevokeVpcEndpointAccessResult revokeVpcEndpointAccess(RevokeVpcEndpointAccessRequest request)
AWSElasticsearch
Revokes access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint.
revokeVpcEndpointAccess
in interface AWSElasticsearch
request
- Revokes access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint.public StartElasticsearchServiceSoftwareUpdateResult startElasticsearchServiceSoftwareUpdate(StartElasticsearchServiceSoftwareUpdateRequest request)
AWSElasticsearch
Schedules a service software update for an Amazon ES domain.
startElasticsearchServiceSoftwareUpdate
in interface AWSElasticsearch
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 UpdateElasticsearchDomainConfigResult updateElasticsearchDomainConfig(UpdateElasticsearchDomainConfigRequest request)
AWSElasticsearch
Modifies the cluster configuration of the specified Elasticsearch domain, setting as setting the instance type and the number of instances.
updateElasticsearchDomainConfig
in interface AWSElasticsearch
request
- Container for the parameters to the UpdateElasticsearchDomain
operation. Specifies the
type and number of instances in the domain cluster.public UpdatePackageResult updatePackage(UpdatePackageRequest request)
AWSElasticsearch
Updates a package for use with Amazon ES domains.
updatePackage
in interface AWSElasticsearch
request
- Container for request parameters to UpdatePackage
operation.public UpdateVpcEndpointResult updateVpcEndpoint(UpdateVpcEndpointRequest request)
AWSElasticsearch
Modifies an Amazon OpenSearch Service-managed interface VPC endpoint.
updateVpcEndpoint
in interface AWSElasticsearch
request
- Modifies an Amazon OpenSearch Service-managed interface VPC endpoint.public UpgradeElasticsearchDomainResult upgradeElasticsearchDomain(UpgradeElasticsearchDomainRequest request)
AWSElasticsearch
Allows you to either upgrade your domain or perform an Upgrade eligibility check to a compatible Elasticsearch version.
upgradeElasticsearchDomain
in interface AWSElasticsearch
request
- Container for request parameters to UpgradeElasticsearchDomain
operation.public void shutdown()
AWSElasticsearch
shutdown
in interface AWSElasticsearch
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSElasticsearch
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata
in interface AWSElasticsearch
request
- The originally executed request.