Uses of Class
software.amazon.awssdk.services.dynamodb.model.StreamDescription
-
Packages that use StreamDescription Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of StreamDescription in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return StreamDescription Modifier and Type Method 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.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type StreamDescription Modifier and Type Method 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.
-