Package | Description |
---|---|
com.amazonaws.services.kinesis | |
com.amazonaws.services.kinesis.model | |
com.amazonaws.services.kinesis.model.transform |
Modifier and Type | Method and Description |
---|---|
ListTagsForStreamResult |
AmazonKinesisClient.listTagsForStream(ListTagsForStreamRequest listTagsForStreamRequest)
Lists the tags for the specified Amazon Kinesis stream.
|
ListTagsForStreamResult |
AmazonKinesis.listTagsForStream(ListTagsForStreamRequest listTagsForStreamRequest)
Lists the tags for the specified Amazon Kinesis stream.
|
ListTagsForStreamResult |
AbstractAmazonKinesis.listTagsForStream(ListTagsForStreamRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ListTagsForStreamResult> |
AmazonKinesisAsyncClient.listTagsForStreamAsync(ListTagsForStreamRequest request) |
java.util.concurrent.Future<ListTagsForStreamResult> |
AmazonKinesisAsync.listTagsForStreamAsync(ListTagsForStreamRequest listTagsForStreamRequest)
Lists the tags for the specified Amazon Kinesis stream.
|
java.util.concurrent.Future<ListTagsForStreamResult> |
AbstractAmazonKinesisAsync.listTagsForStreamAsync(ListTagsForStreamRequest request) |
java.util.concurrent.Future<ListTagsForStreamResult> |
AmazonKinesisAsyncClient.listTagsForStreamAsync(ListTagsForStreamRequest request,
AsyncHandler<ListTagsForStreamRequest,ListTagsForStreamResult> asyncHandler) |
java.util.concurrent.Future<ListTagsForStreamResult> |
AmazonKinesisAsync.listTagsForStreamAsync(ListTagsForStreamRequest listTagsForStreamRequest,
AsyncHandler<ListTagsForStreamRequest,ListTagsForStreamResult> asyncHandler)
Lists the tags for the specified Amazon Kinesis stream.
|
java.util.concurrent.Future<ListTagsForStreamResult> |
AbstractAmazonKinesisAsync.listTagsForStreamAsync(ListTagsForStreamRequest request,
AsyncHandler<ListTagsForStreamRequest,ListTagsForStreamResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ListTagsForStreamResult> |
AmazonKinesisAsyncClient.listTagsForStreamAsync(ListTagsForStreamRequest request,
AsyncHandler<ListTagsForStreamRequest,ListTagsForStreamResult> asyncHandler) |
java.util.concurrent.Future<ListTagsForStreamResult> |
AmazonKinesisAsync.listTagsForStreamAsync(ListTagsForStreamRequest listTagsForStreamRequest,
AsyncHandler<ListTagsForStreamRequest,ListTagsForStreamResult> asyncHandler)
Lists the tags for the specified Amazon Kinesis stream.
|
java.util.concurrent.Future<ListTagsForStreamResult> |
AbstractAmazonKinesisAsync.listTagsForStreamAsync(ListTagsForStreamRequest request,
AsyncHandler<ListTagsForStreamRequest,ListTagsForStreamResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListTagsForStreamResult |
ListTagsForStreamResult.clone() |
ListTagsForStreamResult |
ListTagsForStreamResult.withHasMoreTags(java.lang.Boolean hasMoreTags)
If set to
true , more tags are available. |
ListTagsForStreamResult |
ListTagsForStreamResult.withTags(java.util.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 . |
Modifier and Type | Method and Description |
---|---|
ListTagsForStreamResult |
ListTagsForStreamResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |