Uses of Class
com.amazonaws.services.elasticsearch.model.ListTagsRequest
-
Packages that use ListTagsRequest Package Description com.amazonaws.services.elasticsearch com.amazonaws.services.elasticsearch.model -
-
Uses of ListTagsRequest in com.amazonaws.services.elasticsearch
Methods in com.amazonaws.services.elasticsearch with parameters of type ListTagsRequest 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.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 ListTagsRequest 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 ListTagsRequest in com.amazonaws.services.elasticsearch.model
Methods in com.amazonaws.services.elasticsearch.model that return ListTagsRequest Modifier and Type Method Description ListTagsRequest
ListTagsRequest. clone()
ListTagsRequest
ListTagsRequest. withARN(String aRN)
Specify theARN
for the Elasticsearch domain to which the tags are attached that you want to view.
-