Uses of Class
com.amazonaws.services.elasticsearch.model.RemoveTagsResult
-
Packages that use RemoveTagsResult Package Description com.amazonaws.services.elasticsearch com.amazonaws.services.elasticsearch.model -
-
Uses of RemoveTagsResult in com.amazonaws.services.elasticsearch
Methods in com.amazonaws.services.elasticsearch that return RemoveTagsResult 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.Methods in com.amazonaws.services.elasticsearch that return types with arguments of type RemoveTagsResult Modifier and Type Method Description 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 RemoveTagsResult 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 RemoveTagsResult in com.amazonaws.services.elasticsearch.model
Methods in com.amazonaws.services.elasticsearch.model that return RemoveTagsResult Modifier and Type Method Description RemoveTagsResult
RemoveTagsResult. clone()
-