| 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.
|
| com.amazonaws.services.kinesis.model.transform |
Marhsalling for the various types represented by AmazonKinesis.
|
| Modifier and Type | Method and Description |
|---|---|
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(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)
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 |
|---|---|
DescribeStreamRequest |
DescribeStreamRequest.withExclusiveStartShardId(String exclusiveStartShardId)
The shard ID of the shard to start with for the stream description.
|
DescribeStreamRequest |
DescribeStreamRequest.withLimit(Integer limit)
The maximum number of shards to return.
|
DescribeStreamRequest |
DescribeStreamRequest.withStreamName(String streamName)
The name of the stream to describe.
|
| Modifier and Type | Method and Description |
|---|---|
Request<DescribeStreamRequest> |
DescribeStreamRequestMarshaller.marshall(DescribeStreamRequest describeStreamRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<DescribeStreamRequest> |
DescribeStreamRequestMarshaller.marshall(DescribeStreamRequest describeStreamRequest) |
Copyright © 2016. All rights reserved.