Uses of Class
com.amazonaws.services.elasticsearch.model.RemoveTagsRequest
-
Packages that use RemoveTagsRequest Package Description com.amazonaws.services.elasticsearch com.amazonaws.services.elasticsearch.model -
-
Uses of RemoveTagsRequest in com.amazonaws.services.elasticsearch
Methods in com.amazonaws.services.elasticsearch with parameters of type RemoveTagsRequest Modifier and Type Method Description RemoveTagsResult
AbstractAWSElasticsearch. removeTags(RemoveTagsRequest request)
RemoveTagsResult
AWSElasticsearch. removeTags(RemoveTagsRequest removeTagsRequest)
Removes the specified set of tags from the specified Elasticsearch domain.RemoveTagsResult
AWSElasticsearchClient. removeTags(RemoveTagsRequest removeTagsRequest)
Removes the specified set of tags from the specified Elasticsearch domain.Future<RemoveTagsResult>
AbstractAWSElasticsearchAsync. removeTagsAsync(RemoveTagsRequest request)
Future<RemoveTagsResult>
AbstractAWSElasticsearchAsync. removeTagsAsync(RemoveTagsRequest request, AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)
Future<RemoveTagsResult>
AWSElasticsearchAsync. removeTagsAsync(RemoveTagsRequest removeTagsRequest)
Removes the specified set of tags from the specified Elasticsearch domain.Future<RemoveTagsResult>
AWSElasticsearchAsync. removeTagsAsync(RemoveTagsRequest removeTagsRequest, AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)
Removes the specified set of tags from the specified Elasticsearch domain.Future<RemoveTagsResult>
AWSElasticsearchAsyncClient. removeTagsAsync(RemoveTagsRequest request)
Future<RemoveTagsResult>
AWSElasticsearchAsyncClient. removeTagsAsync(RemoveTagsRequest request, AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)
Method parameters in com.amazonaws.services.elasticsearch with type arguments of type RemoveTagsRequest Modifier and Type Method Description Future<RemoveTagsResult>
AbstractAWSElasticsearchAsync. removeTagsAsync(RemoveTagsRequest request, AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)
Future<RemoveTagsResult>
AWSElasticsearchAsync. removeTagsAsync(RemoveTagsRequest removeTagsRequest, AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)
Removes the specified set of tags from the specified Elasticsearch domain.Future<RemoveTagsResult>
AWSElasticsearchAsyncClient. removeTagsAsync(RemoveTagsRequest request, AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)
-
Uses of RemoveTagsRequest in com.amazonaws.services.elasticsearch.model
Methods in com.amazonaws.services.elasticsearch.model that return RemoveTagsRequest Modifier and Type Method Description RemoveTagsRequest
RemoveTagsRequest. clone()
RemoveTagsRequest
RemoveTagsRequest. withARN(String aRN)
Specifies theARN
for the Elasticsearch domain from which you want to delete the specified tags.RemoveTagsRequest
RemoveTagsRequest. withTagKeys(String... tagKeys)
Specifies theTagKey
list which you want to remove from the Elasticsearch domain.RemoveTagsRequest
RemoveTagsRequest. withTagKeys(Collection<String> tagKeys)
Specifies theTagKey
list which you want to remove from the Elasticsearch domain.
-