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 TagTag. clone()TagTag. withKey(String key)The key name of a tag defined by a user.TagTag. 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 AddTagsRequestAddTagsRequest. withTags(Tag... tags)The tags to add, as key/value pairs.CreatePipelineRequestCreatePipelineRequest. withTags(Tag... tags)A list of tags to associate with the pipeline at creation.PipelineDescriptionPipelineDescription. 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 voidAddTagsRequest. setTags(Collection<Tag> tags)The tags to add, as key/value pairs.voidCreatePipelineRequest. setTags(Collection<Tag> tags)A list of tags to associate with the pipeline at creation.voidPipelineDescription. setTags(Collection<Tag> tags)A list of tags to associated with a pipeline.AddTagsRequestAddTagsRequest. withTags(Collection<Tag> tags)The tags to add, as key/value pairs.CreatePipelineRequestCreatePipelineRequest. withTags(Collection<Tag> tags)A list of tags to associate with the pipeline at creation.PipelineDescriptionPipelineDescription. withTags(Collection<Tag> tags)A list of tags to associated with a pipeline.
-