|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DescribeStreamRequest | |
---|---|
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 DescribeStreamRequest in com.amazonaws.services.kinesis |
---|
Methods in com.amazonaws.services.kinesis with parameters of type DescribeStreamRequest | |
---|---|
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. |
Method parameters in com.amazonaws.services.kinesis with type arguments of type DescribeStreamRequest | |
---|---|
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. |
Uses of DescribeStreamRequest in com.amazonaws.services.kinesis.model |
---|
Methods in com.amazonaws.services.kinesis.model that return DescribeStreamRequest | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |