| 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 |
|---|---|
ListTagsForStreamRequest |
ListTagsForStreamRequest.withNextToken(String nextToken)
If you specify this parameter and the result of a
ListTagsForStream call is truncated, the response includes a
token that you can use in the next request to fetch the next batch of
tags. |
ListTagsForStreamRequest |
ListTagsForStreamRequest.withStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream that you want to list tags
for.
|
ListTagsForStreamRequest |
ListTagsForStreamRequest.withStreamName(String streamName)
The name of the stream that you want to list tags for.
|
Copyright © 2019. All rights reserved.