Uses of Class
com.amazonaws.services.elasticmapreduce.model.RemoveTagsResult
-
Packages that use RemoveTagsResult Package Description com.amazonaws.services.elasticmapreduce com.amazonaws.services.elasticmapreduce.model -
-
Uses of RemoveTagsResult in com.amazonaws.services.elasticmapreduce
Methods in com.amazonaws.services.elasticmapreduce that return RemoveTagsResult Modifier and Type Method Description RemoveTagsResultAbstractAmazonElasticMapReduce. removeTags(RemoveTagsRequest request)RemoveTagsResultAmazonElasticMapReduce. removeTags(RemoveTagsRequest removeTagsRequest)Removes tags from an Amazon EMR resource.RemoveTagsResultAmazonElasticMapReduceClient. removeTags(RemoveTagsRequest removeTagsRequest)Removes tags from an Amazon EMR resource.Methods in com.amazonaws.services.elasticmapreduce that return types with arguments of type RemoveTagsResult Modifier and Type Method Description Future<RemoveTagsResult>AbstractAmazonElasticMapReduceAsync. removeTagsAsync(RemoveTagsRequest request)Future<RemoveTagsResult>AbstractAmazonElasticMapReduceAsync. removeTagsAsync(RemoveTagsRequest request, AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)Future<RemoveTagsResult>AmazonElasticMapReduceAsync. removeTagsAsync(RemoveTagsRequest removeTagsRequest)Removes tags from an Amazon EMR resource.Future<RemoveTagsResult>AmazonElasticMapReduceAsync. removeTagsAsync(RemoveTagsRequest removeTagsRequest, AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)Removes tags from an Amazon EMR resource.Future<RemoveTagsResult>AmazonElasticMapReduceAsyncClient. removeTagsAsync(RemoveTagsRequest request)Future<RemoveTagsResult>AmazonElasticMapReduceAsyncClient. removeTagsAsync(RemoveTagsRequest request, AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)Method parameters in com.amazonaws.services.elasticmapreduce with type arguments of type RemoveTagsResult Modifier and Type Method Description Future<RemoveTagsResult>AbstractAmazonElasticMapReduceAsync. removeTagsAsync(RemoveTagsRequest request, AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)Future<RemoveTagsResult>AmazonElasticMapReduceAsync. removeTagsAsync(RemoveTagsRequest removeTagsRequest, AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)Removes tags from an Amazon EMR resource.Future<RemoveTagsResult>AmazonElasticMapReduceAsyncClient. removeTagsAsync(RemoveTagsRequest request, AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler) -
Uses of RemoveTagsResult in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return RemoveTagsResult Modifier and Type Method Description RemoveTagsResultRemoveTagsResult. clone()
-