Uses of Class
software.amazon.awssdk.services.dynamodb.model.StreamDescription
Packages that use StreamDescription
-
Uses of StreamDescription in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return StreamDescriptionModifier and TypeMethodDescriptionfinal StreamDescriptionDescribeStreamResponse.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 StreamDescriptionModifier and TypeMethodDescriptionDescribeStreamResponse.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.