Package | Description |
---|---|
com.amazonaws.services.kinesis | |
com.amazonaws.services.kinesis.model | |
com.amazonaws.services.kinesis.model.transform |
Modifier and Type | Method and Description |
---|---|
ListStreamsResult |
AmazonKinesisClient.listStreams(ListStreamsRequest listStreamsRequest)
Lists your Amazon Kinesis streams.
|
ListStreamsResult |
AmazonKinesis.listStreams(ListStreamsRequest listStreamsRequest)
Lists your Amazon Kinesis streams.
|
ListStreamsResult |
AbstractAmazonKinesis.listStreams(ListStreamsRequest request) |
java.util.concurrent.Future<ListStreamsResult> |
AmazonKinesisAsyncClient.listStreamsAsync(ListStreamsRequest request) |
java.util.concurrent.Future<ListStreamsResult> |
AmazonKinesisAsync.listStreamsAsync(ListStreamsRequest listStreamsRequest)
Lists your Amazon Kinesis streams.
|
java.util.concurrent.Future<ListStreamsResult> |
AbstractAmazonKinesisAsync.listStreamsAsync(ListStreamsRequest request) |
java.util.concurrent.Future<ListStreamsResult> |
AmazonKinesisAsyncClient.listStreamsAsync(ListStreamsRequest request,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler) |
java.util.concurrent.Future<ListStreamsResult> |
AmazonKinesisAsync.listStreamsAsync(ListStreamsRequest listStreamsRequest,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler)
Lists your Amazon Kinesis streams.
|
java.util.concurrent.Future<ListStreamsResult> |
AbstractAmazonKinesisAsync.listStreamsAsync(ListStreamsRequest request,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ListStreamsResult> |
AmazonKinesisAsyncClient.listStreamsAsync(AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler)
Simplified method form for invoking the ListStreams operation with an
AsyncHandler.
|
java.util.concurrent.Future<ListStreamsResult> |
AmazonKinesisAsync.listStreamsAsync(AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler)
Simplified method form for invoking the ListStreams operation with an
AsyncHandler.
|
java.util.concurrent.Future<ListStreamsResult> |
AbstractAmazonKinesisAsync.listStreamsAsync(AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler)
Simplified method form for invoking the ListStreams operation with an
AsyncHandler.
|
java.util.concurrent.Future<ListStreamsResult> |
AmazonKinesisAsyncClient.listStreamsAsync(java.lang.Integer limit,
java.lang.String exclusiveStartStreamName,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler)
Simplified method form for invoking the ListStreams operation with an
AsyncHandler.
|
java.util.concurrent.Future<ListStreamsResult> |
AmazonKinesisAsync.listStreamsAsync(java.lang.Integer limit,
java.lang.String exclusiveStartStreamName,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler)
Simplified method form for invoking the ListStreams operation with an
AsyncHandler.
|
java.util.concurrent.Future<ListStreamsResult> |
AbstractAmazonKinesisAsync.listStreamsAsync(java.lang.Integer limit,
java.lang.String exclusiveStartStreamName,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler)
Simplified method form for invoking the ListStreams operation with an
AsyncHandler.
|
java.util.concurrent.Future<ListStreamsResult> |
AmazonKinesisAsyncClient.listStreamsAsync(ListStreamsRequest request,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler) |
java.util.concurrent.Future<ListStreamsResult> |
AmazonKinesisAsync.listStreamsAsync(ListStreamsRequest listStreamsRequest,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler)
Lists your Amazon Kinesis streams.
|
java.util.concurrent.Future<ListStreamsResult> |
AbstractAmazonKinesisAsync.listStreamsAsync(ListStreamsRequest request,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler) |
java.util.concurrent.Future<ListStreamsResult> |
AmazonKinesisAsyncClient.listStreamsAsync(java.lang.String exclusiveStartStreamName,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler)
Simplified method form for invoking the ListStreams operation with an
AsyncHandler.
|
java.util.concurrent.Future<ListStreamsResult> |
AmazonKinesisAsync.listStreamsAsync(java.lang.String exclusiveStartStreamName,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler)
Simplified method form for invoking the ListStreams operation with an
AsyncHandler.
|
java.util.concurrent.Future<ListStreamsResult> |
AbstractAmazonKinesisAsync.listStreamsAsync(java.lang.String exclusiveStartStreamName,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler)
Simplified method form for invoking the ListStreams operation with an
AsyncHandler.
|
Modifier and Type | Method and Description |
---|---|
ListStreamsRequest |
ListStreamsRequest.clone() |
ListStreamsRequest |
ListStreamsRequest.withExclusiveStartStreamName(java.lang.String exclusiveStartStreamName)
The name of the stream to start the list with.
|
ListStreamsRequest |
ListStreamsRequest.withLimit(java.lang.Integer limit)
The maximum number of streams to list.
|
Modifier and Type | Method and Description |
---|---|
Request<ListStreamsRequest> |
ListStreamsRequestMarshaller.marshall(ListStreamsRequest listStreamsRequest) |
Modifier and Type | Method and Description |
---|---|
Request<ListStreamsRequest> |
ListStreamsRequestMarshaller.marshall(ListStreamsRequest listStreamsRequest) |