| Package | Description |
|---|---|
| com.amazonaws.services.kinesis |
|
| com.amazonaws.services.kinesis.model |
Classes modeling the various types represented by AmazonKinesis
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForStreamResult |
AmazonKinesisClient.listTagsForStream(ListTagsForStreamRequest listTagsForStreamRequest)
Lists the tags for the specified Kinesis data stream.
|
ListTagsForStreamResult |
AmazonKinesis.listTagsForStream(ListTagsForStreamRequest listTagsForStreamRequest)
Lists the tags for the specified Kinesis data stream.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForStreamResult |
ListTagsForStreamResult.withHasMoreTags(Boolean hasMoreTags)
If set to
true, more tags are available. |
ListTagsForStreamResult |
ListTagsForStreamResult.withTags(Collection<Tag> tags)
A list of tags associated with
StreamName, starting with the
first tag after ExclusiveStartTagKey and up to the specified
Limit. |
ListTagsForStreamResult |
ListTagsForStreamResult.withTags(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.