Package | Description |
---|---|
software.amazon.awssdk.services.dynamodb.model |
Modifier and Type | Method and Description |
---|---|
StreamDescription |
DescribeStreamResponse.streamDescription()
A complete description of the stream, including its creation date and time, the DynamoDB table associated with
the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream records
within the shards.
|
Modifier and Type | Method and Description |
---|---|
DescribeStreamResponse.Builder |
DescribeStreamResponse.Builder.streamDescription(StreamDescription streamDescription)
A complete description of the stream, including its creation date and time, the DynamoDB table associated
with the stream, the shard IDs within the stream, and the beginning and ending sequence numbers of stream
records within the shards.
|
Copyright © 2020. All rights reserved.