Uses of Class
software.amazon.awssdk.services.dynamodb.model.DescribeStreamRequest
-
Packages that use DescribeStreamRequest Package Description software.amazon.awssdk.services.dynamodb.streams Amazon DynamoDB software.amazon.awssdk.services.dynamodb.streams.transform -
-
Uses of DescribeStreamRequest in software.amazon.awssdk.services.dynamodb.streams
Methods in software.amazon.awssdk.services.dynamodb.streams with parameters of type DescribeStreamRequest Modifier and Type Method Description 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.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. -
Uses of DescribeStreamRequest in software.amazon.awssdk.services.dynamodb.streams.transform
Methods in software.amazon.awssdk.services.dynamodb.streams.transform with parameters of type DescribeStreamRequest Modifier and Type Method Description SdkHttpFullRequest
DescribeStreamRequestMarshaller. marshall(DescribeStreamRequest describeStreamRequest)
-