Uses of Class
software.amazon.awssdk.services.datapipeline.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.datapipeline.model -
-
Uses of Tag in software.amazon.awssdk.services.datapipeline.model
Methods in software.amazon.awssdk.services.datapipeline.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>AddTagsRequest. tags()The tags to add, as key/value pairs.List<Tag>CreatePipelineRequest. tags()A list of tags to associate with the pipeline at creation.List<Tag>PipelineDescription. tags()A list of tags to associated with a pipeline.Methods in software.amazon.awssdk.services.datapipeline.model with parameters of type Tag Modifier and Type Method Description AddTagsRequest.BuilderAddTagsRequest.Builder. tags(Tag... tags)The tags to add, as key/value pairs.CreatePipelineRequest.BuilderCreatePipelineRequest.Builder. tags(Tag... tags)A list of tags to associate with the pipeline at creation.PipelineDescription.BuilderPipelineDescription.Builder. tags(Tag... tags)A list of tags to associated with a pipeline.Method parameters in software.amazon.awssdk.services.datapipeline.model with type arguments of type Tag Modifier and Type Method Description AddTagsRequest.BuilderAddTagsRequest.Builder. tags(Collection<Tag> tags)The tags to add, as key/value pairs.CreatePipelineRequest.BuilderCreatePipelineRequest.Builder. tags(Collection<Tag> tags)A list of tags to associate with the pipeline at creation.PipelineDescription.BuilderPipelineDescription.Builder. tags(Collection<Tag> tags)A list of tags to associated with a pipeline.
-