Uses of Class
com.amazonaws.services.elasticsearch.model.AddTagsRequest
-
Packages that use AddTagsRequest Package Description com.amazonaws.services.elasticsearch com.amazonaws.services.elasticsearch.model -
-
Uses of AddTagsRequest in com.amazonaws.services.elasticsearch
Methods in com.amazonaws.services.elasticsearch with parameters of type AddTagsRequest Modifier and Type Method Description AddTagsResultAbstractAWSElasticsearch. addTags(AddTagsRequest request)AddTagsResultAWSElasticsearch. addTags(AddTagsRequest addTagsRequest)Attaches tags to an existing Elasticsearch domain.AddTagsResultAWSElasticsearchClient. addTags(AddTagsRequest addTagsRequest)Attaches tags to an existing Elasticsearch domain.Future<AddTagsResult>AbstractAWSElasticsearchAsync. addTagsAsync(AddTagsRequest request)Future<AddTagsResult>AbstractAWSElasticsearchAsync. addTagsAsync(AddTagsRequest request, AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler)Future<AddTagsResult>AWSElasticsearchAsync. addTagsAsync(AddTagsRequest addTagsRequest)Attaches tags to an existing Elasticsearch domain.Future<AddTagsResult>AWSElasticsearchAsync. addTagsAsync(AddTagsRequest addTagsRequest, AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler)Attaches tags to an existing Elasticsearch domain.Future<AddTagsResult>AWSElasticsearchAsyncClient. addTagsAsync(AddTagsRequest request)Future<AddTagsResult>AWSElasticsearchAsyncClient. addTagsAsync(AddTagsRequest request, AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler)Method parameters in com.amazonaws.services.elasticsearch with type arguments of type AddTagsRequest Modifier and Type Method Description Future<AddTagsResult>AbstractAWSElasticsearchAsync. addTagsAsync(AddTagsRequest request, AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler)Future<AddTagsResult>AWSElasticsearchAsync. addTagsAsync(AddTagsRequest addTagsRequest, AsyncHandler<AddTagsRequest,AddTagsResult> asyncHandler)Attaches tags to an existing Elasticsearch domain.Future<AddTagsResult>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 AddTagsRequest Modifier and Type Method Description AddTagsRequestAddTagsRequest. clone()AddTagsRequestAddTagsRequest. withARN(String aRN)Specify theARNfor which you want to add the tags.AddTagsRequestAddTagsRequest. withTagList(Tag... tagList)List ofTagthat need to be added for the Elasticsearch domain.AddTagsRequestAddTagsRequest. withTagList(Collection<Tag> tagList)List ofTagthat need to be added for the Elasticsearch domain.
-