Package | Description |
---|---|
com.amazonaws.services.kinesis.model |
Classes modeling the various types represented by AmazonKinesis.
|
Modifier and Type | Method and Description |
---|---|
StreamDescription |
DescribeStreamResult.getStreamDescription()
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.
|
StreamDescription |
StreamDescription.withHasMoreShards(Boolean hasMoreShards)
If set to
true there are more shards in the stream
available to describe. |
StreamDescription |
StreamDescription.withShards(Collection<Shard> shards)
The shards that comprise the stream.
|
StreamDescription |
StreamDescription.withShards(Shard... shards)
The shards that comprise the stream.
|
StreamDescription |
StreamDescription.withStreamARN(String streamARN)
The Amazon Resource Name (ARN) for the stream being described.
|
StreamDescription |
StreamDescription.withStreamName(String streamName)
The name of the stream being described.
|
StreamDescription |
StreamDescription.withStreamStatus(StreamStatus streamStatus)
The current status of the stream being described.
|
StreamDescription |
StreamDescription.withStreamStatus(String streamStatus)
The current status of the stream being described.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeStreamResult.setStreamDescription(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.
|
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.