| 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 |
|---|---|
ListTagsForStreamRequest |
ListTagsForStreamRequest.withExclusiveStartTagKey(String exclusiveStartTagKey)
The key to use as the starting point for the list of tags.
|
ListTagsForStreamRequest |
ListTagsForStreamRequest.withLimit(Integer limit)
The number of tags to return.
|
ListTagsForStreamRequest |
ListTagsForStreamRequest.withStreamName(String streamName)
The name of the stream.
|
Copyright © 2019. All rights reserved.