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()
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()
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(Integer limit,
String exclusiveStartStreamName)
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(Integer limit,
String exclusiveStartStreamName)
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. |
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(String exclusiveStartStreamName)
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(String exclusiveStartStreamName)
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)
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 |
---|---|
ListStreamsResult |
ListStreamsResult.withHasMoreStreams(Boolean hasMoreStreams)
If set to
true , there are more streams available to list. |
ListStreamsResult |
ListStreamsResult.withStreamNames(Collection<String> streamNames)
The names of the streams that are associated with the AWS account
making the
ListStreams request. |
ListStreamsResult |
ListStreamsResult.withStreamNames(String... streamNames)
The names of the streams that are associated with the AWS account
making the
ListStreams request. |
Copyright © 2014. All rights reserved.