Uses of Class
software.amazon.awssdk.services.osis.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.osis.model -
-
Uses of Tag in software.amazon.awssdk.services.osis.model
Methods in software.amazon.awssdk.services.osis.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreatePipelineRequest. tags()List of tags to add to the pipeline upon creation.List<Tag>ListTagsForResourceResponse. tags()A list of tags associated with the given pipeline.List<Tag>TagResourceRequest. tags()The list of key-value tags to add to the pipeline.Methods in software.amazon.awssdk.services.osis.model with parameters of type Tag Modifier and Type Method Description CreatePipelineRequest.BuilderCreatePipelineRequest.Builder. tags(Tag... tags)List of tags to add to the pipeline upon creation.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)A list of tags associated with the given pipeline.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The list of key-value tags to add to the pipeline.Method parameters in software.amazon.awssdk.services.osis.model with type arguments of type Tag Modifier and Type Method Description CreatePipelineRequest.BuilderCreatePipelineRequest.Builder. tags(Collection<Tag> tags)List of tags to add to the pipeline upon creation.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)A list of tags associated with the given pipeline.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The list of key-value tags to add to the pipeline.
-