Uses of Class
com.amazonaws.services.datapipeline.model.Tag
Packages that use Tag
-
Uses of Tag in com.amazonaws.services.datapipeline.model
Methods in com.amazonaws.services.datapipeline.model that return TagModifier and TypeMethodDescriptionTag.clone()
The key name of a tag defined by a user.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 TagModifier and TypeMethodDescriptionAddTagsRequest.getTags()
The tags to add, as key/value pairs.CreatePipelineRequest.getTags()
A list of tags to associate with the pipeline at creation.PipelineDescription.getTags()
A list of tags to associated with a pipeline.Methods in com.amazonaws.services.datapipeline.model with parameters of type TagModifier and TypeMethodDescriptionThe tags to add, as key/value pairs.A list of tags to associate with the pipeline at creation.A list of tags to associated with a pipeline.Method parameters in com.amazonaws.services.datapipeline.model with type arguments of type TagModifier and TypeMethodDescriptionvoid
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.withTags
(Collection<Tag> tags) The tags to add, as key/value pairs.CreatePipelineRequest.withTags
(Collection<Tag> tags) A list of tags to associate with the pipeline at creation.PipelineDescription.withTags
(Collection<Tag> tags) A list of tags to associated with a pipeline.