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 TagTag. clone()TagTag. withKey(String key)A user-defined key, which is the minimum required information for a valid tag.TagTag. 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 AddTagsRequestAddTagsRequest. withTags(Tag... tags)A list of tags to associate with a cluster and propagate to Amazon EC2 instances.ClusterCluster. withTags(Tag... tags)A list of tags associated with a cluster.RunJobFlowRequestRunJobFlowRequest. 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 voidAddTagsRequest. setTags(Collection<Tag> tags)A list of tags to associate with a cluster and propagate to Amazon EC2 instances.voidCluster. setTags(Collection<Tag> tags)A list of tags associated with a cluster.voidRunJobFlowRequest. setTags(Collection<Tag> tags)A list of tags to associate with a cluster and propagate to Amazon EC2 instances.AddTagsRequestAddTagsRequest. withTags(Collection<Tag> tags)A list of tags to associate with a cluster and propagate to Amazon EC2 instances.ClusterCluster. withTags(Collection<Tag> tags)A list of tags associated with a cluster.RunJobFlowRequestRunJobFlowRequest. 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.
-