Uses of Class
software.amazon.awssdk.services.dynamodb.model.DescribeStreamResponse
-
Packages that use DescribeStreamResponse Package Description software.amazon.awssdk.services.dynamodb.streams Amazon DynamoDB -
-
Uses of DescribeStreamResponse in software.amazon.awssdk.services.dynamodb.streams
Methods in software.amazon.awssdk.services.dynamodb.streams that return DescribeStreamResponse Modifier and Type Method Description default DescribeStreamResponse
DynamoDbStreamsClient. 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 DescribeStreamResponse
DynamoDbStreamsClient. 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 DescribeStreamResponse Modifier and Type Method Description default 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.
-