Uses of Class
software.amazon.awssdk.services.kinesisvideo.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.kinesisvideo.model -
-
Uses of Tag in software.amazon.awssdk.services.kinesisvideo.model
Methods in software.amazon.awssdk.services.kinesisvideo.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateSignalingChannelRequest. tags()A set of tags (key-value pairs) that you want to associate with this channel.List<Tag>TagResourceRequest. tags()A list of tags to associate with the specified signaling channel.Methods in software.amazon.awssdk.services.kinesisvideo.model with parameters of type Tag Modifier and Type Method Description CreateSignalingChannelRequest.BuilderCreateSignalingChannelRequest.Builder. tags(Tag... tags)A set of tags (key-value pairs) that you want to associate with this channel.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)A list of tags to associate with the specified signaling channel.Method parameters in software.amazon.awssdk.services.kinesisvideo.model with type arguments of type Tag Modifier and Type Method Description CreateSignalingChannelRequest.BuilderCreateSignalingChannelRequest.Builder. tags(Collection<Tag> tags)A set of tags (key-value pairs) that you want to associate with this channel.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)A list of tags to associate with the specified signaling channel.
-