| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.tags()
A list of tags to associate with the specified signaling channel.
|
List<Tag> |
CreateSignalingChannelRequest.tags()
A set of tags (key-value pairs) that you want to associate with this channel.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
A list of tags to associate with the specified signaling channel.
|
CreateSignalingChannelRequest.Builder |
CreateSignalingChannelRequest.Builder.tags(Tag... tags)
A set of tags (key-value pairs) that you want to associate with this channel.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
A list of tags to associate with the specified signaling channel.
|
CreateSignalingChannelRequest.Builder |
CreateSignalingChannelRequest.Builder.tags(Collection<Tag> tags)
A set of tags (key-value pairs) that you want to associate with this channel.
|
Copyright © 2023. All rights reserved.