Uses of Class
com.amazonaws.services.kinesis.model.ListStreamsRequest
Packages that use ListStreamsRequest
-
Uses of ListStreamsRequest in com.amazonaws.services.kinesis
Methods in com.amazonaws.services.kinesis with parameters of type ListStreamsRequestModifier and TypeMethodDescriptionAbstractAmazonKinesis.listStreams(ListStreamsRequest request) AmazonKinesis.listStreams(ListStreamsRequest listStreamsRequest) Lists your Amazon Kinesis streams.AmazonKinesisClient.listStreams(ListStreamsRequest listStreamsRequest) Lists your Amazon Kinesis streams.AbstractAmazonKinesisAsync.listStreamsAsync(ListStreamsRequest request) AbstractAmazonKinesisAsync.listStreamsAsync(ListStreamsRequest request, AsyncHandler<ListStreamsRequest, ListStreamsResult> asyncHandler) AmazonKinesisAsync.listStreamsAsync(ListStreamsRequest listStreamsRequest) Lists your Amazon Kinesis streams.AmazonKinesisAsync.listStreamsAsync(ListStreamsRequest listStreamsRequest, AsyncHandler<ListStreamsRequest, ListStreamsResult> asyncHandler) Lists your Amazon Kinesis streams.AmazonKinesisAsyncClient.listStreamsAsync(ListStreamsRequest request) AmazonKinesisAsyncClient.listStreamsAsync(ListStreamsRequest request, AsyncHandler<ListStreamsRequest, ListStreamsResult> asyncHandler) Method parameters in com.amazonaws.services.kinesis with type arguments of type ListStreamsRequestModifier and TypeMethodDescriptionAbstractAmazonKinesisAsync.listStreamsAsync(AsyncHandler<ListStreamsRequest, ListStreamsResult> asyncHandler) Simplified method form for invoking the ListStreams operation with an AsyncHandler.AbstractAmazonKinesisAsync.listStreamsAsync(ListStreamsRequest request, AsyncHandler<ListStreamsRequest, ListStreamsResult> asyncHandler) AbstractAmazonKinesisAsync.listStreamsAsync(Integer limit, String exclusiveStartStreamName, AsyncHandler<ListStreamsRequest, ListStreamsResult> asyncHandler) Simplified method form for invoking the ListStreams operation with an AsyncHandler.AbstractAmazonKinesisAsync.listStreamsAsync(String exclusiveStartStreamName, AsyncHandler<ListStreamsRequest, ListStreamsResult> asyncHandler) Simplified method form for invoking the ListStreams operation with an AsyncHandler.AmazonKinesisAsync.listStreamsAsync(AsyncHandler<ListStreamsRequest, ListStreamsResult> asyncHandler) Simplified method form for invoking the ListStreams operation with an AsyncHandler.AmazonKinesisAsync.listStreamsAsync(ListStreamsRequest listStreamsRequest, AsyncHandler<ListStreamsRequest, ListStreamsResult> asyncHandler) Lists your Amazon Kinesis streams.AmazonKinesisAsync.listStreamsAsync(Integer limit, String exclusiveStartStreamName, AsyncHandler<ListStreamsRequest, ListStreamsResult> asyncHandler) Simplified method form for invoking the ListStreams operation with an AsyncHandler.AmazonKinesisAsync.listStreamsAsync(String exclusiveStartStreamName, AsyncHandler<ListStreamsRequest, ListStreamsResult> asyncHandler) Simplified method form for invoking the ListStreams operation with an AsyncHandler.AmazonKinesisAsyncClient.listStreamsAsync(AsyncHandler<ListStreamsRequest, ListStreamsResult> asyncHandler) Simplified method form for invoking the ListStreams operation with an AsyncHandler.AmazonKinesisAsyncClient.listStreamsAsync(ListStreamsRequest request, AsyncHandler<ListStreamsRequest, ListStreamsResult> asyncHandler) AmazonKinesisAsyncClient.listStreamsAsync(Integer limit, String exclusiveStartStreamName, AsyncHandler<ListStreamsRequest, ListStreamsResult> asyncHandler) Simplified method form for invoking the ListStreams operation with an AsyncHandler.AmazonKinesisAsyncClient.listStreamsAsync(String exclusiveStartStreamName, AsyncHandler<ListStreamsRequest, ListStreamsResult> asyncHandler) Simplified method form for invoking the ListStreams operation with an AsyncHandler. -
Uses of ListStreamsRequest in com.amazonaws.services.kinesis.model
Methods in com.amazonaws.services.kinesis.model that return ListStreamsRequestModifier and TypeMethodDescriptionListStreamsRequest.clone()ListStreamsRequest.withExclusiveStartStreamName(String exclusiveStartStreamName) The name of the stream to start the list with.The maximum number of streams to list.