|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListStreamsResult | |
---|---|
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 ListStreamsResult in com.amazonaws.services.kinesis |
---|
Methods in com.amazonaws.services.kinesis that return ListStreamsResult | |
---|---|
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()
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(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(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. |
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. |
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. |
Methods in com.amazonaws.services.kinesis that return types with arguments of type ListStreamsResult | |
---|---|
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 ListStreamsResult | |
---|---|
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 ListStreamsResult in com.amazonaws.services.kinesis.model |
---|
Methods in com.amazonaws.services.kinesis.model that return ListStreamsResult | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |