StreamDescription |
StreamDescription.clone() |
|
StreamDescription |
DescribeStreamResult.getStreamDescription() |
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.withEnhancedMonitoring(EnhancedMetrics... enhancedMonitoring) |
Represents the current enhanced monitoring settings of the stream.
|
StreamDescription |
StreamDescription.withEnhancedMonitoring(Collection<EnhancedMetrics> enhancedMonitoring) |
Represents the current enhanced monitoring settings of the stream.
|
StreamDescription |
StreamDescription.withHasMoreShards(Boolean hasMoreShards) |
If set to true , more shards in the stream are available to
describe.
|
StreamDescription |
StreamDescription.withRetentionPeriodHours(Integer retentionPeriodHours) |
The current retention period, in hours.
|
StreamDescription |
StreamDescription.withShards(Shard... shards) |
The shards that comprise the stream.
|
StreamDescription |
StreamDescription.withShards(Collection<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.
|