Interface | Description |
---|---|
AmazonDynamoDB |
Interface for accessing DynamoDB.
|
AmazonDynamoDBAsync |
Interface for accessing DynamoDB asynchronously.
|
AmazonDynamoDBStreams |
Interface for accessing Amazon DynamoDB Streams.
|
AmazonDynamoDBStreamsAsync |
Interface for accessing Amazon DynamoDB Streams asynchronously.
|
Class | Description |
---|---|
AbstractAmazonDynamoDB |
Abstract implementation of
AmazonDynamoDB . |
AbstractAmazonDynamoDBAsync |
Abstract implementation of
AmazonDynamoDBAsync . |
AbstractAmazonDynamoDBStreams |
Abstract implementation of
AmazonDynamoDBStreams . |
AbstractAmazonDynamoDBStreamsAsync |
Abstract implementation of
AmazonDynamoDBStreamsAsync . |
AmazonDynamoDBAsyncClient |
Client for accessing DynamoDB asynchronously.
|
AmazonDynamoDBAsyncClientBuilder |
Fluent builder for
AmazonDynamoDBAsync . |
AmazonDynamoDBClient |
Client for accessing DynamoDB.
|
AmazonDynamoDBClientBuilder |
Fluent builder for
AmazonDynamoDB . |
AmazonDynamoDBStreamsAsyncClient |
Client for accessing Amazon DynamoDB Streams asynchronously.
|
AmazonDynamoDBStreamsAsyncClientBuilder |
Fluent builder for
AmazonDynamoDBStreamsAsync . |
AmazonDynamoDBStreamsClient |
Client for accessing Amazon DynamoDB Streams.
|
AmazonDynamoDBStreamsClientBuilder |
Fluent builder for
AmazonDynamoDBStreams . |
Amazon DynamoDB Streams provides API actions for accessing streams and processing stream records. To learn more about application development with Streams, see Capturing Table Activity with DynamoDB Streams in the Amazon DynamoDB Developer Guide.
The following are short descriptions of each low-level DynamoDB Streams action:
DescribeStream - Returns detailed information about a particular stream.
GetRecords - Retrieves the stream records from within a shard.
GetShardIterator - Returns information on how to retrieve the streams record from a shard with a given shard ID.
ListStreams - Returns a list of all the streams associated with the current AWS account and endpoint.
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.