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 ListTagsResult
AbstractAWSElasticsearch. listTags(ListTagsRequest request)
ListTagsResult
AWSElasticsearch. listTags(ListTagsRequest listTagsRequest)
Returns all tags for the given Elasticsearch domain.ListTagsResult
AWSElasticsearchClient. 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 ListTagsResult
ListTagsResult. clone()
ListTagsResult
ListTagsResult. withTagList(Tag... tagList)
List ofTag
for the requested Elasticsearch domain.ListTagsResult
ListTagsResult. withTagList(Collection<Tag> tagList)
List ofTag
for the requested Elasticsearch domain.
-