Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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. |
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. |
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. |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.