Package | Description |
---|---|
com.amazonaws.services.kinesis.model | |
com.amazonaws.services.kinesis.model.transform |
Modifier and Type | Field and Description |
---|---|
private StreamDescription |
DescribeStreamResult.streamDescription
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.
|
Modifier and Type | Method and Description |
---|---|
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(java.util.Collection<EnhancedMetrics> enhancedMonitoring)
Represents the current enhanced monitoring settings of the stream.
|
StreamDescription |
StreamDescription.withEnhancedMonitoring(EnhancedMetrics... enhancedMonitoring)
Represents the current enhanced monitoring settings of the stream.
|
StreamDescription |
StreamDescription.withHasMoreShards(java.lang.Boolean hasMoreShards)
If set to
true , more shards in the stream are available to
describe. |
StreamDescription |
StreamDescription.withRetentionPeriodHours(java.lang.Integer retentionPeriodHours)
The current retention period, in hours.
|
StreamDescription |
StreamDescription.withShards(java.util.Collection<Shard> shards)
The shards that comprise the stream.
|
StreamDescription |
StreamDescription.withShards(Shard... shards)
The shards that comprise the stream.
|
StreamDescription |
StreamDescription.withStreamARN(java.lang.String streamARN)
The Amazon Resource Name (ARN) for the stream being described.
|
StreamDescription |
StreamDescription.withStreamName(java.lang.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(java.lang.String streamStatus)
The current status of the stream being described.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeStreamResult.setStreamDescription(StreamDescription streamDescription)
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)
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.
|
Modifier and Type | Method and Description |
---|---|
StreamDescription |
StreamDescriptionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
StreamDescriptionJsonMarshaller.marshall(StreamDescription streamDescription,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|