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 AddTagsResult
AbstractAWSElasticsearch. addTags(AddTagsRequest request)
AddTagsResult
AWSElasticsearch. addTags(AddTagsRequest addTagsRequest)
Attaches tags to an existing Elasticsearch domain.AddTagsResult
AWSElasticsearchClient. 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 AddTagsRequest
AddTagsRequest. clone()
AddTagsRequest
AddTagsRequest. withARN(String aRN)
Specify theARN
for which you want to add the tags.AddTagsRequest
AddTagsRequest. withTagList(Tag... tagList)
List ofTag
that need to be added for the Elasticsearch domain.AddTagsRequest
AddTagsRequest. withTagList(Collection<Tag> tagList)
List ofTag
that need to be added for the Elasticsearch domain.
-