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