Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 | |
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeStreamResult> |
AbstractAmazonDynamoDBStreamsAsync.describeStreamAsync(DescribeStreamRequest request) |
Future<DescribeStreamResult> |
AmazonDynamoDBStreamsAsyncClient.describeStreamAsync(DescribeStreamRequest request) |
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> |
AbstractAmazonDynamoDBStreamsAsync.describeStreamAsync(DescribeStreamRequest request,
AsyncHandler<DescribeStreamRequest,DescribeStreamResult> asyncHandler) |
Future<DescribeStreamResult> |
AmazonDynamoDBStreamsAsyncClient.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.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeStreamResult> |
AbstractAmazonDynamoDBStreamsAsync.describeStreamAsync(DescribeStreamRequest request,
AsyncHandler<DescribeStreamRequest,DescribeStreamResult> asyncHandler) |
Future<DescribeStreamResult> |
AmazonDynamoDBStreamsAsyncClient.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.
|
Modifier and Type | Method and 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.
|
Copyright © 2016. All rights reserved.