Uses of Class
com.amazonaws.services.datapipeline.model.Tag
-
Packages that use Tag Package Description com.amazonaws.services.datapipeline.model -
-
Uses of Tag in com.amazonaws.services.datapipeline.model
Methods in com.amazonaws.services.datapipeline.model that return Tag Modifier and Type Method Description Tag
Tag. clone()
Tag
Tag. withKey(String key)
The key name of a tag defined by a user.Tag
Tag. withValue(String value)
The optional value portion of a tag defined by a user.Methods in com.amazonaws.services.datapipeline.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>
AddTagsRequest. getTags()
The tags to add, as key/value pairs.List<Tag>
CreatePipelineRequest. getTags()
A list of tags to associate with the pipeline at creation.List<Tag>
PipelineDescription. getTags()
A list of tags to associated with a pipeline.Methods in com.amazonaws.services.datapipeline.model with parameters of type Tag Modifier and Type Method Description AddTagsRequest
AddTagsRequest. withTags(Tag... tags)
The tags to add, as key/value pairs.CreatePipelineRequest
CreatePipelineRequest. withTags(Tag... tags)
A list of tags to associate with the pipeline at creation.PipelineDescription
PipelineDescription. withTags(Tag... tags)
A list of tags to associated with a pipeline.Method parameters in com.amazonaws.services.datapipeline.model with type arguments of type Tag Modifier and Type Method Description void
AddTagsRequest. setTags(Collection<Tag> tags)
The tags to add, as key/value pairs.void
CreatePipelineRequest. setTags(Collection<Tag> tags)
A list of tags to associate with the pipeline at creation.void
PipelineDescription. setTags(Collection<Tag> tags)
A list of tags to associated with a pipeline.AddTagsRequest
AddTagsRequest. withTags(Collection<Tag> tags)
The tags to add, as key/value pairs.CreatePipelineRequest
CreatePipelineRequest. withTags(Collection<Tag> tags)
A list of tags to associate with the pipeline at creation.PipelineDescription
PipelineDescription. withTags(Collection<Tag> tags)
A list of tags to associated with a pipeline.
-