Uses of Class
com.amazonaws.services.elasticmapreduce.model.Tag
Packages that use Tag
-
Uses of Tag in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return TagModifier and TypeMethodDescriptionTag.clone()
A user-defined key, which is the minimum required information for a valid tag.A user-defined value, which is optional in a tag.Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type TagModifier and TypeMethodDescriptionAddTagsRequest.getTags()
A list of tags to associate with a cluster and propagate to Amazon EC2 instances.Cluster.getTags()
A list of tags associated with a cluster.RunJobFlowRequest.getTags()
A list of tags to associate with a cluster and propagate to Amazon EC2 instances.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type TagModifier and TypeMethodDescriptionA list of tags to associate with a cluster and propagate to Amazon EC2 instances.A list of tags associated with a cluster.A list of tags to associate with a cluster and propagate to Amazon EC2 instances.Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type TagModifier and TypeMethodDescriptionvoid
AddTagsRequest.setTags
(Collection<Tag> tags) A list of tags to associate with a cluster and propagate to Amazon EC2 instances.void
Cluster.setTags
(Collection<Tag> tags) A list of tags associated with a cluster.void
RunJobFlowRequest.setTags
(Collection<Tag> tags) 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.Cluster.withTags
(Collection<Tag> tags) A list of tags associated with a cluster.RunJobFlowRequest.withTags
(Collection<Tag> tags) A list of tags to associate with a cluster and propagate to Amazon EC2 instances.Constructor parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type TagModifierConstructorDescriptionAddTagsRequest
(String resourceId, List<Tag> tags) Constructs a new AddTagsRequest object.