| Package | Description |
|---|---|
| com.amazonaws.services.kinesis |
Synchronous and asynchronous client classes for accessing AmazonKinesis.
|
| com.amazonaws.services.kinesis.model |
Classes modeling the various types represented by AmazonKinesis.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForStreamResult |
AmazonKinesis.listTagsForStream(ListTagsForStreamRequest listTagsForStreamRequest)
Lists the tags for the specified Amazon Kinesis stream.
|
ListTagsForStreamResult |
AmazonKinesisClient.listTagsForStream(ListTagsForStreamRequest listTagsForStreamRequest)
Lists the tags for the specified Amazon Kinesis stream.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForStreamResult> |
AmazonKinesisAsyncClient.listTagsForStreamAsync(ListTagsForStreamRequest listTagsForStreamRequest)
Lists the tags for the specified Amazon Kinesis stream.
|
Future<ListTagsForStreamResult> |
AmazonKinesisAsync.listTagsForStreamAsync(ListTagsForStreamRequest listTagsForStreamRequest)
Lists the tags for the specified Amazon Kinesis stream.
|
Future<ListTagsForStreamResult> |
AmazonKinesisAsyncClient.listTagsForStreamAsync(ListTagsForStreamRequest listTagsForStreamRequest,
AsyncHandler<ListTagsForStreamRequest,ListTagsForStreamResult> asyncHandler)
Lists the tags for the specified Amazon Kinesis stream.
|
Future<ListTagsForStreamResult> |
AmazonKinesisAsync.listTagsForStreamAsync(ListTagsForStreamRequest listTagsForStreamRequest,
AsyncHandler<ListTagsForStreamRequest,ListTagsForStreamResult> asyncHandler)
Lists the tags for the specified Amazon Kinesis stream.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForStreamResult> |
AmazonKinesisAsyncClient.listTagsForStreamAsync(ListTagsForStreamRequest listTagsForStreamRequest,
AsyncHandler<ListTagsForStreamRequest,ListTagsForStreamResult> asyncHandler)
Lists the tags for the specified Amazon Kinesis stream.
|
Future<ListTagsForStreamResult> |
AmazonKinesisAsync.listTagsForStreamAsync(ListTagsForStreamRequest listTagsForStreamRequest,
AsyncHandler<ListTagsForStreamRequest,ListTagsForStreamResult> asyncHandler)
Lists the tags for the specified Amazon Kinesis 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 © 2014. All rights reserved.