| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
static ListTagsForStreamResponse.Builder |
ListTagsForStreamResponse.builder() |
ListTagsForStreamResponse.Builder |
ListTagsForStreamResponse.Builder.nextToken(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. |
ListTagsForStreamResponse.Builder |
ListTagsForStreamResponse.Builder.tags(Map<String,String> tags)
A map of tag keys and values associated with the specified stream.
|
ListTagsForStreamResponse.Builder |
ListTagsForStreamResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListTagsForStreamResponse.Builder> |
ListTagsForStreamResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.