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 |
---|---|
DescribeStreamResult |
AmazonKinesis.describeStream(DescribeStreamRequest describeStreamRequest)
This operation returns the following information about the stream:
the current status of the stream, the stream Amazon Resource Name
(ARN), and an array of shard objects that comprise the stream.
|
DescribeStreamResult |
AmazonKinesisClient.describeStream(DescribeStreamRequest describeStreamRequest)
This operation returns the following information about the stream:
the current status of the stream, the stream Amazon Resource Name
(ARN), and an array of shard objects that comprise the stream.
|
DescribeStreamResult |
AmazonKinesis.describeStream(String streamName)
This operation returns the following information about the stream:
the current status of the stream, the stream Amazon Resource Name
(ARN), and an array of shard objects that comprise the stream.
|
DescribeStreamResult |
AmazonKinesisClient.describeStream(String streamName)
This operation returns the following information about the stream:
the current status of the stream, the stream Amazon Resource Name
(ARN), and an array of shard objects that comprise the stream.
|
DescribeStreamResult |
AmazonKinesis.describeStream(String streamName,
Integer limit,
String exclusiveStartShardId)
This operation returns the following information about the stream:
the current status of the stream, the stream Amazon Resource Name
(ARN), and an array of shard objects that comprise the stream.
|
DescribeStreamResult |
AmazonKinesisClient.describeStream(String streamName,
Integer limit,
String exclusiveStartShardId)
This operation returns the following information about the stream:
the current status of the stream, the stream Amazon Resource Name
(ARN), and an array of shard objects that comprise the stream.
|
DescribeStreamResult |
AmazonKinesis.describeStream(String streamName,
String exclusiveStartShardId)
This operation returns the following information about the stream:
the current status of the stream, the stream Amazon Resource Name
(ARN), and an array of shard objects that comprise the stream.
|
DescribeStreamResult |
AmazonKinesisClient.describeStream(String streamName,
String exclusiveStartShardId)
This operation returns the following information about the stream:
the current status of the stream, the stream Amazon Resource Name
(ARN), and an array of shard objects that comprise the stream.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeStreamResult> |
AmazonKinesisAsyncClient.describeStreamAsync(DescribeStreamRequest describeStreamRequest)
This operation returns the following information about the stream:
the current status of the stream, the stream Amazon Resource Name
(ARN), and an array of shard objects that comprise the stream.
|
Future<DescribeStreamResult> |
AmazonKinesisAsync.describeStreamAsync(DescribeStreamRequest describeStreamRequest)
This operation returns the following information about the stream:
the current status of the stream, the stream Amazon Resource Name
(ARN), and an array of shard objects that comprise the stream.
|
Future<DescribeStreamResult> |
AmazonKinesisAsyncClient.describeStreamAsync(DescribeStreamRequest describeStreamRequest,
AsyncHandler<DescribeStreamRequest,DescribeStreamResult> asyncHandler)
This operation returns the following information about the stream:
the current status of the stream, the stream Amazon Resource Name
(ARN), and an array of shard objects that comprise the stream.
|
Future<DescribeStreamResult> |
AmazonKinesisAsync.describeStreamAsync(DescribeStreamRequest describeStreamRequest,
AsyncHandler<DescribeStreamRequest,DescribeStreamResult> asyncHandler)
This operation returns the following information about the stream:
the current status of the stream, the stream Amazon Resource Name
(ARN), and an array of shard objects that comprise the stream.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeStreamResult> |
AmazonKinesisAsyncClient.describeStreamAsync(DescribeStreamRequest describeStreamRequest,
AsyncHandler<DescribeStreamRequest,DescribeStreamResult> asyncHandler)
This operation returns the following information about the stream:
the current status of the stream, the stream Amazon Resource Name
(ARN), and an array of shard objects that comprise the stream.
|
Future<DescribeStreamResult> |
AmazonKinesisAsync.describeStreamAsync(DescribeStreamRequest describeStreamRequest,
AsyncHandler<DescribeStreamRequest,DescribeStreamResult> asyncHandler)
This operation returns the following information about the stream:
the current status of the stream, the stream Amazon Resource Name
(ARN), and an array of shard objects that comprise the stream.
|
Modifier and Type | Method and Description |
---|---|
DescribeStreamResult |
DescribeStreamResult.withStreamDescription(StreamDescription streamDescription)
Contains the current status of the stream, the stream ARN, an array of
shard objects that comprise the stream, and states whether there are
more shards available.
|
Copyright © 2014. All rights reserved.