| 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.
|
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 |
|---|---|
ListTagsForStreamRequest |
ListTagsForStreamRequest.clone() |
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 © 2015. All rights reserved.