Uses of Class
com.amazonaws.services.elasticsearch.model.ListTagsResult
-
Packages that use ListTagsResult Package Description com.amazonaws.services.elasticsearch com.amazonaws.services.elasticsearch.model -
-
Uses of ListTagsResult in com.amazonaws.services.elasticsearch
Methods in com.amazonaws.services.elasticsearch that return ListTagsResult Modifier and Type Method Description ListTagsResultAbstractAWSElasticsearch. listTags(ListTagsRequest request)ListTagsResultAWSElasticsearch. listTags(ListTagsRequest listTagsRequest)Returns all tags for the given Elasticsearch domain.ListTagsResultAWSElasticsearchClient. listTags(ListTagsRequest listTagsRequest)Returns all tags for the given Elasticsearch domain.Methods in com.amazonaws.services.elasticsearch that return types with arguments of type ListTagsResult Modifier and Type Method Description Future<ListTagsResult>AbstractAWSElasticsearchAsync. listTagsAsync(ListTagsRequest request)Future<ListTagsResult>AbstractAWSElasticsearchAsync. listTagsAsync(ListTagsRequest request, AsyncHandler<ListTagsRequest,ListTagsResult> asyncHandler)Future<ListTagsResult>AWSElasticsearchAsync. listTagsAsync(ListTagsRequest listTagsRequest)Returns all tags for the given Elasticsearch domain.Future<ListTagsResult>AWSElasticsearchAsync. listTagsAsync(ListTagsRequest listTagsRequest, AsyncHandler<ListTagsRequest,ListTagsResult> asyncHandler)Returns all tags for the given Elasticsearch domain.Future<ListTagsResult>AWSElasticsearchAsyncClient. listTagsAsync(ListTagsRequest request)Future<ListTagsResult>AWSElasticsearchAsyncClient. listTagsAsync(ListTagsRequest request, AsyncHandler<ListTagsRequest,ListTagsResult> asyncHandler)Method parameters in com.amazonaws.services.elasticsearch with type arguments of type ListTagsResult Modifier and Type Method Description Future<ListTagsResult>AbstractAWSElasticsearchAsync. listTagsAsync(ListTagsRequest request, AsyncHandler<ListTagsRequest,ListTagsResult> asyncHandler)Future<ListTagsResult>AWSElasticsearchAsync. listTagsAsync(ListTagsRequest listTagsRequest, AsyncHandler<ListTagsRequest,ListTagsResult> asyncHandler)Returns all tags for the given Elasticsearch domain.Future<ListTagsResult>AWSElasticsearchAsyncClient. listTagsAsync(ListTagsRequest request, AsyncHandler<ListTagsRequest,ListTagsResult> asyncHandler) -
Uses of ListTagsResult in com.amazonaws.services.elasticsearch.model
Methods in com.amazonaws.services.elasticsearch.model that return ListTagsResult Modifier and Type Method Description ListTagsResultListTagsResult. clone()ListTagsResultListTagsResult. withTagList(Tag... tagList)List ofTagfor the requested Elasticsearch domain.ListTagsResultListTagsResult. withTagList(Collection<Tag> tagList)List ofTagfor the requested Elasticsearch domain.
-