| 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 |
|---|---|
ListTagsForStreamResult |
AWSKinesisVideoClient.listTagsForStream(ListTagsForStreamRequest listTagsForStreamRequest)
Returns a list of tags associated with the specified stream.
|
ListTagsForStreamResult |
AWSKinesisVideo.listTagsForStream(ListTagsForStreamRequest listTagsForStreamRequest)
Returns a list of tags associated with the specified stream.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForStreamResult |
ListTagsForStreamResult.addTagsEntry(String key,
String value)
A map of tag keys and values associated with the specified stream.
|
ListTagsForStreamResult |
ListTagsForStreamResult.clearTagsEntries()
Removes all the entries added into Tags.
|
ListTagsForStreamResult |
ListTagsForStreamResult.withNextToken(String nextToken)
If you specify this parameter and the result of a
ListTags
call is truncated, the response includes a token that you can use in the
next request to fetch the next set of tags. |
ListTagsForStreamResult |
ListTagsForStreamResult.withTags(Map<String,String> tags)
A map of tag keys and values associated with the specified stream.
|
Copyright © 2019. All rights reserved.