Uses of Class
com.amazonaws.services.dynamodbv2.model.DescribeStreamResult
-
Packages that use DescribeStreamResult Package Description com.amazonaws.services.dynamodbv2 com.amazonaws.services.dynamodbv2.model -
-
Uses of DescribeStreamResult in com.amazonaws.services.dynamodbv2
Methods in com.amazonaws.services.dynamodbv2 that return DescribeStreamResult Modifier and Type Method Description DescribeStreamResult
AbstractAmazonDynamoDBStreams. describeStream(DescribeStreamRequest request)
DescribeStreamResult
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.DescribeStreamResult
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 DescribeStreamResult Modifier and Type Method Description Future<DescribeStreamResult>
AbstractAmazonDynamoDBStreamsAsync. describeStreamAsync(DescribeStreamRequest request)
Future<DescribeStreamResult>
AbstractAmazonDynamoDBStreamsAsync. describeStreamAsync(DescribeStreamRequest request, AsyncHandler<DescribeStreamRequest,DescribeStreamResult> asyncHandler)
Future<DescribeStreamResult>
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.Future<DescribeStreamResult>
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.Future<DescribeStreamResult>
AmazonDynamoDBStreamsAsyncClient. describeStreamAsync(DescribeStreamRequest request)
Future<DescribeStreamResult>
AmazonDynamoDBStreamsAsyncClient. describeStreamAsync(DescribeStreamRequest request, AsyncHandler<DescribeStreamRequest,DescribeStreamResult> asyncHandler)
Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type DescribeStreamResult Modifier and Type Method Description Future<DescribeStreamResult>
AbstractAmazonDynamoDBStreamsAsync. describeStreamAsync(DescribeStreamRequest request, AsyncHandler<DescribeStreamRequest,DescribeStreamResult> asyncHandler)
Future<DescribeStreamResult>
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.Future<DescribeStreamResult>
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 DescribeStreamResult Modifier and Type Method Description DescribeStreamResult
DescribeStreamResult. clone()
DescribeStreamResult
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.
-