static ListTagsForStreamResponse.Builder |
ListTagsForStreamResponse.builder() |
|
ListTagsForStreamResponse.Builder |
ListTagsForStreamResponse.Builder.hasMoreTags(Boolean hasMoreTags) |
If set to true, more tags are available.
|
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.
|
ListTagsForStreamResponse.Builder |
ListTagsForStreamResponse.Builder.tags(Consumer<Tag.Builder>... tags) |
A list of tags associated with StreamName, starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit.
|
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.
|
ListTagsForStreamResponse.Builder |
ListTagsForStreamResponse.toBuilder() |
|