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 ListTagsForStreamRequestListTagsForStreamRequest. clone()ListTagsForStreamRequestListTagsForStreamRequest. withExclusiveStartTagKey(String exclusiveStartTagKey)The key to use as the starting point for the list of tags.ListTagsForStreamRequestListTagsForStreamRequest. withLimit(Integer limit)The number of tags to return.ListTagsForStreamRequestListTagsForStreamRequest. withStreamName(String streamName)The name of the stream.
-