Uses of Interface
software.amazon.awssdk.services.dynamodb.model.DescribeStreamResponse.Builder
-
Packages that use DescribeStreamResponse.Builder Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of DescribeStreamResponse.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return DescribeStreamResponse.Builder Modifier and Type Method Description static DescribeStreamResponse.BuilderDescribeStreamResponse. builder()default DescribeStreamResponse.BuilderDescribeStreamResponse.Builder. streamDescription(Consumer<StreamDescription.Builder> 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.DescribeStreamResponse.BuilderDescribeStreamResponse.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.DescribeStreamResponse.BuilderDescribeStreamResponse. toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type DescribeStreamResponse.Builder Modifier and Type Method Description static Class<? extends DescribeStreamResponse.Builder>DescribeStreamResponse. serializableBuilderClass()
-