Uses of Class
software.amazon.awssdk.services.dynamodb.model.DescribeStreamRequest
Packages that use DescribeStreamRequest
Package
Description
-
Uses of DescribeStreamRequest in software.amazon.awssdk.services.dynamodb.streams
Methods in software.amazon.awssdk.services.dynamodb.streams with parameters of type DescribeStreamRequestModifier and TypeMethodDescriptiondefault 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 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. -
Uses of DescribeStreamRequest in software.amazon.awssdk.services.dynamodb.streams.transform
Methods in software.amazon.awssdk.services.dynamodb.streams.transform with parameters of type DescribeStreamRequestModifier and TypeMethodDescriptionDescribeStreamRequestMarshaller.marshall(DescribeStreamRequest describeStreamRequest)