| Package | Description |
|---|---|
| com.amazonaws.services.kinesisvideo |
|
| com.amazonaws.services.kinesisvideo.model |
Classes modeling the various types represented by AWSKinesisVideo
|
| Modifier and Type | Method and Description |
|---|---|
UntagResourceResult |
AWSKinesisVideoClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes one or more tags from a signaling channel.
|
UntagResourceResult |
AWSKinesisVideo.untagResource(UntagResourceRequest untagResourceRequest)
Removes one or more tags from a signaling channel.
|
| Modifier and Type | Method and Description |
|---|---|
UntagResourceRequest |
UntagResourceRequest.withResourceARN(String resourceARN)
The ARN of the signaling channel from which you want to remove tags.
|
UntagResourceRequest |
UntagResourceRequest.withTagKeyList(Collection<String> tagKeyList)
A list of the keys of the tags that you want to remove.
|
UntagResourceRequest |
UntagResourceRequest.withTagKeyList(String... tagKeyList)
A list of the keys of the tags that you want to remove.
|
Copyright © 2019. All rights reserved.