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