Uses of Class
com.amazonaws.services.elasticmapreduce.model.AddTagsRequest
Packages that use AddTagsRequest
Package
Description
-
Uses of AddTagsRequest in com.amazonaws.services.elasticmapreduce
Methods in com.amazonaws.services.elasticmapreduce with parameters of type AddTagsRequestModifier and TypeMethodDescriptionAbstractAmazonElasticMapReduce.addTags
(AddTagsRequest request) AmazonElasticMapReduce.addTags
(AddTagsRequest addTagsRequest) Adds tags to an Amazon EMR resource.AmazonElasticMapReduceClient.addTags
(AddTagsRequest addTagsRequest) Adds tags to an Amazon EMR resource.AbstractAmazonElasticMapReduceAsync.addTagsAsync
(AddTagsRequest request) AbstractAmazonElasticMapReduceAsync.addTagsAsync
(AddTagsRequest request, AsyncHandler<AddTagsRequest, AddTagsResult> asyncHandler) AmazonElasticMapReduceAsync.addTagsAsync
(AddTagsRequest addTagsRequest) Adds tags to an Amazon EMR resource.AmazonElasticMapReduceAsync.addTagsAsync
(AddTagsRequest addTagsRequest, AsyncHandler<AddTagsRequest, AddTagsResult> asyncHandler) Adds tags to an Amazon EMR resource.AmazonElasticMapReduceAsyncClient.addTagsAsync
(AddTagsRequest request) AmazonElasticMapReduceAsyncClient.addTagsAsync
(AddTagsRequest request, AsyncHandler<AddTagsRequest, AddTagsResult> asyncHandler) Method parameters in com.amazonaws.services.elasticmapreduce with type arguments of type AddTagsRequestModifier and TypeMethodDescriptionAbstractAmazonElasticMapReduceAsync.addTagsAsync
(AddTagsRequest request, AsyncHandler<AddTagsRequest, AddTagsResult> asyncHandler) AmazonElasticMapReduceAsync.addTagsAsync
(AddTagsRequest addTagsRequest, AsyncHandler<AddTagsRequest, AddTagsResult> asyncHandler) Adds tags to an Amazon EMR resource.AmazonElasticMapReduceAsyncClient.addTagsAsync
(AddTagsRequest request, AsyncHandler<AddTagsRequest, AddTagsResult> asyncHandler) -
Uses of AddTagsRequest in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return AddTagsRequestModifier and TypeMethodDescriptionAddTagsRequest.clone()
AddTagsRequest.withResourceId
(String resourceId) The Amazon EMR resource identifier to which tags will be added.A list of tags to associate with a cluster and propagate to Amazon EC2 instances.AddTagsRequest.withTags
(Collection<Tag> tags) A list of tags to associate with a cluster and propagate to Amazon EC2 instances.