| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesis.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ListTagsForStreamResponse.tags()
A list of tags associated with
StreamName, starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit. |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForStreamResponse.Builder |
ListTagsForStreamResponse.Builder.tags(Tag... tags)
A list of tags associated with
StreamName, starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit. |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForStreamResponse.Builder |
ListTagsForStreamResponse.Builder.tags(Collection<Tag> tags)
A list of tags associated with
StreamName, starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit. |
Copyright © 2019. All rights reserved.