Uses of Class
com.amazonaws.services.dynamodbv2.model.DescribeStreamRequest
Packages that use DescribeStreamRequest
-
Uses of DescribeStreamRequest in com.amazonaws.services.dynamodbv2
Methods in com.amazonaws.services.dynamodbv2 with parameters of type DescribeStreamRequestModifier 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.AbstractAmazonDynamoDBStreamsAsync.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 DescribeStreamRequestModifier 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 DescribeStreamRequest in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return DescribeStreamRequestModifier and TypeMethodDescriptionDescribeStreamRequest.clone()DescribeStreamRequest.withExclusiveStartShardId(String exclusiveStartShardId) The shard ID of the first item that this operation will evaluate.The maximum number of shard objects to return.DescribeStreamRequest.withStreamArn(String streamArn) The Amazon Resource Name (ARN) for the stream.