Uses of Class
com.amazonaws.services.elasticsearch.model.RemoveTagsRequest
Packages that use RemoveTagsRequest
-
Uses of RemoveTagsRequest in com.amazonaws.services.elasticsearch
Methods in com.amazonaws.services.elasticsearch with parameters of type RemoveTagsRequestModifier and TypeMethodDescriptionAbstractAWSElasticsearch.removeTags
(RemoveTagsRequest request) AWSElasticsearch.removeTags
(RemoveTagsRequest removeTagsRequest) Removes the specified set of tags from the specified Elasticsearch domain.AWSElasticsearchClient.removeTags
(RemoveTagsRequest removeTagsRequest) Removes the specified set of tags from the specified Elasticsearch domain.AbstractAWSElasticsearchAsync.removeTagsAsync
(RemoveTagsRequest request) AbstractAWSElasticsearchAsync.removeTagsAsync
(RemoveTagsRequest request, AsyncHandler<RemoveTagsRequest, RemoveTagsResult> asyncHandler) AWSElasticsearchAsync.removeTagsAsync
(RemoveTagsRequest removeTagsRequest) Removes the specified set of tags from the specified Elasticsearch domain.AWSElasticsearchAsync.removeTagsAsync
(RemoveTagsRequest removeTagsRequest, AsyncHandler<RemoveTagsRequest, RemoveTagsResult> asyncHandler) Removes the specified set of tags from the specified Elasticsearch domain.AWSElasticsearchAsyncClient.removeTagsAsync
(RemoveTagsRequest request) AWSElasticsearchAsyncClient.removeTagsAsync
(RemoveTagsRequest request, AsyncHandler<RemoveTagsRequest, RemoveTagsResult> asyncHandler) Method parameters in com.amazonaws.services.elasticsearch with type arguments of type RemoveTagsRequestModifier and TypeMethodDescriptionAbstractAWSElasticsearchAsync.removeTagsAsync
(RemoveTagsRequest request, AsyncHandler<RemoveTagsRequest, RemoveTagsResult> asyncHandler) AWSElasticsearchAsync.removeTagsAsync
(RemoveTagsRequest removeTagsRequest, AsyncHandler<RemoveTagsRequest, RemoveTagsResult> asyncHandler) Removes the specified set of tags from the specified Elasticsearch domain.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 RemoveTagsRequestModifier and TypeMethodDescriptionRemoveTagsRequest.clone()
Specifies theARN
for the Elasticsearch domain from which you want to delete the specified tags.RemoveTagsRequest.withTagKeys
(String... tagKeys) Specifies theTagKey
list which you want to remove from the Elasticsearch domain.RemoveTagsRequest.withTagKeys
(Collection<String> tagKeys) Specifies theTagKey
list which you want to remove from the Elasticsearch domain.