Uses of Interface
software.amazon.awssdk.services.dynamodb.model.DescribeStreamResponse.Builder
Packages that use DescribeStreamResponse.Builder
-
Uses of DescribeStreamResponse.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return DescribeStreamResponse.BuilderModifier and TypeMethodDescriptionDescribeStreamResponse.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.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.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type DescribeStreamResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeStreamResponse.Builder>DescribeStreamResponse.serializableBuilderClass()