| Package | Description |
|---|---|
| com.amazonaws.services.kinesis |
|
| com.amazonaws.services.kinesis.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForStreamResult |
AmazonKinesis.listTagsForStream(ListTagsForStreamRequest listTagsForStreamRequest)
Lists the tags for the specified Kinesis data stream.
|
ListTagsForStreamResult |
AbstractAmazonKinesis.listTagsForStream(ListTagsForStreamRequest request) |
ListTagsForStreamResult |
AmazonKinesisClient.listTagsForStream(ListTagsForStreamRequest request)
Lists the tags for the specified Kinesis data stream.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForStreamResult> |
AbstractAmazonKinesisAsync.listTagsForStreamAsync(ListTagsForStreamRequest request,
AsyncHandler<ListTagsForStreamRequest,ListTagsForStreamResult> asyncHandler) |
Future<ListTagsForStreamResult> |
AmazonKinesisAsyncClient.listTagsForStreamAsync(ListTagsForStreamRequest request,
AsyncHandler<ListTagsForStreamRequest,ListTagsForStreamResult> asyncHandler) |
Future<ListTagsForStreamResult> |
AmazonKinesisAsync.listTagsForStreamAsync(ListTagsForStreamRequest listTagsForStreamRequest,
AsyncHandler<ListTagsForStreamRequest,ListTagsForStreamResult> asyncHandler)
Lists the tags for the specified Kinesis data stream.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForStreamResult |
ListTagsForStreamResult.clone() |
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 © 2021. All rights reserved.