Uses of Class
com.amazonaws.services.kinesis.model.ListTagsForStreamRequest
-
Packages that use ListTagsForStreamRequest Package Description com.amazonaws.services.kinesis com.amazonaws.services.kinesis.model -
-
Uses of ListTagsForStreamRequest in com.amazonaws.services.kinesis
Method parameters in com.amazonaws.services.kinesis with type arguments of type ListTagsForStreamRequest Modifier and Type Method Description Future<ListTagsForStreamResult>
AbstractAmazonKinesisAsync. listTagsForStreamAsync(ListTagsForStreamRequest request, AsyncHandler<ListTagsForStreamRequest,ListTagsForStreamResult> asyncHandler)
Future<ListTagsForStreamResult>
AmazonKinesisAsync. listTagsForStreamAsync(ListTagsForStreamRequest listTagsForStreamRequest, AsyncHandler<ListTagsForStreamRequest,ListTagsForStreamResult> asyncHandler)
Lists the tags for the specified Amazon Kinesis stream.Future<ListTagsForStreamResult>
AmazonKinesisAsyncClient. listTagsForStreamAsync(ListTagsForStreamRequest request, AsyncHandler<ListTagsForStreamRequest,ListTagsForStreamResult> asyncHandler)
-
Uses of ListTagsForStreamRequest in com.amazonaws.services.kinesis.model
Methods in com.amazonaws.services.kinesis.model that return ListTagsForStreamRequest Modifier and Type Method 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.
-