Uses of Class
com.amazonaws.services.kinesis.model.ListStreamsRequest

Packages that use ListStreamsRequest
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. 
 

Uses of ListStreamsRequest in com.amazonaws.services.kinesis
 

Methods in com.amazonaws.services.kinesis with parameters of type ListStreamsRequest
 ListStreamsResult AmazonKinesisClient.listStreams(ListStreamsRequest listStreamsRequest)
           This operation returns an array of the names of all the streams that are associated with the AWS account making the ListStreams request.
 ListStreamsResult AmazonKinesis.listStreams(ListStreamsRequest listStreamsRequest)
           This operation returns an array of the names of all the streams that are associated with the AWS account making the ListStreams request.
 Future<ListStreamsResult> AmazonKinesisAsyncClient.listStreamsAsync(ListStreamsRequest listStreamsRequest)
           This operation returns an array of the names of all the streams that are associated with the AWS account making the ListStreams request.
 Future<ListStreamsResult> AmazonKinesisAsync.listStreamsAsync(ListStreamsRequest listStreamsRequest)
           This operation returns an array of the names of all the streams that are associated with the AWS account making the ListStreams request.
 Future<ListStreamsResult> AmazonKinesisAsyncClient.listStreamsAsync(ListStreamsRequest listStreamsRequest, AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler)
           This operation returns an array of the names of all the streams that are associated with the AWS account making the ListStreams request.
 Future<ListStreamsResult> AmazonKinesisAsync.listStreamsAsync(ListStreamsRequest listStreamsRequest, AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler)
           This operation returns an array of the names of all the streams that are associated with the AWS account making the ListStreams request.
 

Method parameters in com.amazonaws.services.kinesis with type arguments of type ListStreamsRequest
 Future<ListStreamsResult> AmazonKinesisAsyncClient.listStreamsAsync(ListStreamsRequest listStreamsRequest, AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler)
           This operation returns an array of the names of all the streams that are associated with the AWS account making the ListStreams request.
 Future<ListStreamsResult> AmazonKinesisAsync.listStreamsAsync(ListStreamsRequest listStreamsRequest, AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler)
           This operation returns an array of the names of all the streams that are associated with the AWS account making the ListStreams request.
 

Uses of ListStreamsRequest in com.amazonaws.services.kinesis.model
 

Methods in com.amazonaws.services.kinesis.model that return ListStreamsRequest
 ListStreamsRequest ListStreamsRequest.withExclusiveStartStreamName(String exclusiveStartStreamName)
          The name of the stream to start the list with.
 ListStreamsRequest ListStreamsRequest.withLimit(Integer limit)
          The maximum number of streams to list.
 



Copyright © 2016. All rights reserved.