| Package | Description |
|---|---|
| com.amazonaws.services.kinesisvideo |
|
| com.amazonaws.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForStreamResult |
AmazonKinesisVideoClient.listTagsForStream(ListTagsForStreamRequest request)
Returns a list of tags associated with the specified stream.
|
ListTagsForStreamResult |
AmazonKinesisVideo.listTagsForStream(ListTagsForStreamRequest listTagsForStreamRequest)
Returns a list of tags associated with the specified stream.
|
ListTagsForStreamResult |
AbstractAmazonKinesisVideo.listTagsForStream(ListTagsForStreamRequest request) |
| 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 |
|---|---|
ListTagsForStreamResult |
ListTagsForStreamResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ListTagsForStreamResult |
ListTagsForStreamResult.clearTagsEntries()
Removes all the entries added into Tags.
|
ListTagsForStreamResult |
ListTagsForStreamResult.clone() |
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 © 2023. All rights reserved.