Uses of Class
com.amazonaws.services.dynamodbv2.model.DescribeStreamResult
Packages that use DescribeStreamResult
-
Uses of DescribeStreamResult in com.amazonaws.services.dynamodbv2
Methods in com.amazonaws.services.dynamodbv2 that return DescribeStreamResultModifier and TypeMethodDescriptionAbstractAmazonDynamoDBStreams.describeStream
(DescribeStreamRequest request) AmazonDynamoDBStreams.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.AmazonDynamoDBStreamsClient.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 com.amazonaws.services.dynamodbv2 that return types with arguments of type DescribeStreamResultModifier and TypeMethodDescriptionAbstractAmazonDynamoDBStreamsAsync.describeStreamAsync
(DescribeStreamRequest request) AbstractAmazonDynamoDBStreamsAsync.describeStreamAsync
(DescribeStreamRequest request, AsyncHandler<DescribeStreamRequest, DescribeStreamResult> asyncHandler) AmazonDynamoDBStreamsAsync.describeStreamAsync
(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.AmazonDynamoDBStreamsAsync.describeStreamAsync
(DescribeStreamRequest describeStreamRequest, AsyncHandler<DescribeStreamRequest, DescribeStreamResult> asyncHandler) 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.AmazonDynamoDBStreamsAsyncClient.describeStreamAsync
(DescribeStreamRequest request) AmazonDynamoDBStreamsAsyncClient.describeStreamAsync
(DescribeStreamRequest request, AsyncHandler<DescribeStreamRequest, DescribeStreamResult> asyncHandler) Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type DescribeStreamResultModifier and TypeMethodDescriptionAbstractAmazonDynamoDBStreamsAsync.describeStreamAsync
(DescribeStreamRequest request, AsyncHandler<DescribeStreamRequest, DescribeStreamResult> asyncHandler) AmazonDynamoDBStreamsAsync.describeStreamAsync
(DescribeStreamRequest describeStreamRequest, AsyncHandler<DescribeStreamRequest, DescribeStreamResult> asyncHandler) 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.AmazonDynamoDBStreamsAsyncClient.describeStreamAsync
(DescribeStreamRequest request, AsyncHandler<DescribeStreamRequest, DescribeStreamResult> asyncHandler) -
Uses of DescribeStreamResult in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return DescribeStreamResultModifier and TypeMethodDescriptionDescribeStreamResult.clone()
DescribeStreamResult.withStreamDescription
(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.