| Package | Description |
|---|---|
| com.amazonaws.services.kinesisvideo |
|
| com.amazonaws.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForStreamResult> |
AbstractAmazonKinesisVideoAsync.listTagsForStreamAsync(ListTagsForStreamRequest request,
AsyncHandler<ListTagsForStreamRequest,ListTagsForStreamResult> asyncHandler) |
Future<ListTagsForStreamResult> |
AmazonKinesisVideoAsyncClient.listTagsForStreamAsync(ListTagsForStreamRequest request,
AsyncHandler<ListTagsForStreamRequest,ListTagsForStreamResult> asyncHandler) |
Future<ListTagsForStreamResult> |
AmazonKinesisVideoAsync.listTagsForStreamAsync(ListTagsForStreamRequest listTagsForStreamRequest,
AsyncHandler<ListTagsForStreamRequest,ListTagsForStreamResult> asyncHandler)
Returns a list of tags associated with the specified stream.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForStreamRequest |
ListTagsForStreamRequest.clone() |
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 © 2023. All rights reserved.