Uses of Class
com.amazonaws.services.elasticsearch.model.AddTagsRequest
Packages that use AddTagsRequest
-
Uses of AddTagsRequest in com.amazonaws.services.elasticsearch
Methods in com.amazonaws.services.elasticsearch with parameters of type AddTagsRequestModifier and TypeMethodDescriptionAbstractAWSElasticsearch.addTags
(AddTagsRequest request) AWSElasticsearch.addTags
(AddTagsRequest addTagsRequest) Attaches tags to an existing Elasticsearch domain.AWSElasticsearchClient.addTags
(AddTagsRequest addTagsRequest) Attaches tags to an existing Elasticsearch domain.AbstractAWSElasticsearchAsync.addTagsAsync
(AddTagsRequest request) AbstractAWSElasticsearchAsync.addTagsAsync
(AddTagsRequest request, AsyncHandler<AddTagsRequest, AddTagsResult> asyncHandler) AWSElasticsearchAsync.addTagsAsync
(AddTagsRequest addTagsRequest) Attaches tags to an existing Elasticsearch domain.AWSElasticsearchAsync.addTagsAsync
(AddTagsRequest addTagsRequest, AsyncHandler<AddTagsRequest, AddTagsResult> asyncHandler) Attaches tags to an existing Elasticsearch domain.AWSElasticsearchAsyncClient.addTagsAsync
(AddTagsRequest request) AWSElasticsearchAsyncClient.addTagsAsync
(AddTagsRequest request, AsyncHandler<AddTagsRequest, AddTagsResult> asyncHandler) Method parameters in com.amazonaws.services.elasticsearch with type arguments of type AddTagsRequestModifier and TypeMethodDescriptionAbstractAWSElasticsearchAsync.addTagsAsync
(AddTagsRequest request, AsyncHandler<AddTagsRequest, AddTagsResult> asyncHandler) AWSElasticsearchAsync.addTagsAsync
(AddTagsRequest addTagsRequest, AsyncHandler<AddTagsRequest, AddTagsResult> asyncHandler) Attaches tags to an existing Elasticsearch domain.AWSElasticsearchAsyncClient.addTagsAsync
(AddTagsRequest request, AsyncHandler<AddTagsRequest, AddTagsResult> asyncHandler) -
Uses of AddTagsRequest in com.amazonaws.services.elasticsearch.model
Methods in com.amazonaws.services.elasticsearch.model that return AddTagsRequestModifier and TypeMethodDescriptionAddTagsRequest.clone()
Specify theARN
for which you want to add the tags.AddTagsRequest.withTagList
(Tag... tagList) List ofTag
that need to be added for the Elasticsearch domain.AddTagsRequest.withTagList
(Collection<Tag> tagList) List ofTag
that need to be added for the Elasticsearch domain.