Uses of Class
com.amazonaws.services.elasticmapreduce.model.RemoveTagsRequest
Packages that use RemoveTagsRequest
Package
Description
-
Uses of RemoveTagsRequest in com.amazonaws.services.elasticmapreduce
Methods in com.amazonaws.services.elasticmapreduce with parameters of type RemoveTagsRequestModifier and TypeMethodDescriptionAbstractAmazonElasticMapReduce.removeTags(RemoveTagsRequest request) AmazonElasticMapReduce.removeTags(RemoveTagsRequest removeTagsRequest) Removes tags from an Amazon EMR resource.AmazonElasticMapReduceClient.removeTags(RemoveTagsRequest removeTagsRequest) Removes tags from an Amazon EMR resource.AbstractAmazonElasticMapReduceAsync.removeTagsAsync(RemoveTagsRequest request) AbstractAmazonElasticMapReduceAsync.removeTagsAsync(RemoveTagsRequest request, AsyncHandler<RemoveTagsRequest, RemoveTagsResult> asyncHandler) AmazonElasticMapReduceAsync.removeTagsAsync(RemoveTagsRequest removeTagsRequest) Removes tags from an Amazon EMR resource.AmazonElasticMapReduceAsync.removeTagsAsync(RemoveTagsRequest removeTagsRequest, AsyncHandler<RemoveTagsRequest, RemoveTagsResult> asyncHandler) Removes tags from an Amazon EMR resource.AmazonElasticMapReduceAsyncClient.removeTagsAsync(RemoveTagsRequest request) AmazonElasticMapReduceAsyncClient.removeTagsAsync(RemoveTagsRequest request, AsyncHandler<RemoveTagsRequest, RemoveTagsResult> asyncHandler) Method parameters in com.amazonaws.services.elasticmapreduce with type arguments of type RemoveTagsRequestModifier and TypeMethodDescriptionAbstractAmazonElasticMapReduceAsync.removeTagsAsync(RemoveTagsRequest request, AsyncHandler<RemoveTagsRequest, RemoveTagsResult> asyncHandler) AmazonElasticMapReduceAsync.removeTagsAsync(RemoveTagsRequest removeTagsRequest, AsyncHandler<RemoveTagsRequest, RemoveTagsResult> asyncHandler) Removes tags from an Amazon EMR resource.AmazonElasticMapReduceAsyncClient.removeTagsAsync(RemoveTagsRequest request, AsyncHandler<RemoveTagsRequest, RemoveTagsResult> asyncHandler) -
Uses of RemoveTagsRequest in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return RemoveTagsRequestModifier and TypeMethodDescriptionRemoveTagsRequest.clone()RemoveTagsRequest.withResourceId(String resourceId) The Amazon EMR resource identifier from which tags will be removed.RemoveTagsRequest.withTagKeys(String... tagKeys) A list of tag keys to remove from a resource.RemoveTagsRequest.withTagKeys(Collection<String> tagKeys) A list of tag keys to remove from a resource.