Uses of Class
software.amazon.awssdk.services.dynamodb.model.DescribeStreamResponse
Packages that use DescribeStreamResponse
-
Uses of DescribeStreamResponse in software.amazon.awssdk.services.dynamodb.streams
Methods in software.amazon.awssdk.services.dynamodb.streams that return DescribeStreamResponseModifier and TypeMethodDescriptiondefault DescribeStreamResponseDynamoDbStreamsClient.describeStream(Consumer<DescribeStreamRequest.Builder> describeStreamRequest) Returns information about a stream, including the current status of the stream, its Amazon Resource Name (ARN), the composition of its shards, and its corresponding DynamoDB table.default DescribeStreamResponseDynamoDbStreamsClient.describeStream(DescribeStreamRequest describeStreamRequest) Returns information about a stream, including the current status of the stream, its Amazon Resource Name (ARN), the composition of its shards, and its corresponding DynamoDB table.Methods in software.amazon.awssdk.services.dynamodb.streams that return types with arguments of type DescribeStreamResponseModifier and TypeMethodDescriptiondefault CompletableFuture<DescribeStreamResponse>DynamoDbStreamsAsyncClient.describeStream(Consumer<DescribeStreamRequest.Builder> describeStreamRequest) Returns information about a stream, including the current status of the stream, its Amazon Resource Name (ARN), the composition of its shards, and its corresponding DynamoDB table.default CompletableFuture<DescribeStreamResponse>DynamoDbStreamsAsyncClient.describeStream(DescribeStreamRequest describeStreamRequest) Returns information about a stream, including the current status of the stream, its Amazon Resource Name (ARN), the composition of its shards, and its corresponding DynamoDB table.