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 |
Interface for accessing DynamoDB asynchronously.
|
AmazonDynamoDBClient |
Client for accessing DynamoDB.
|
AmazonDynamoDBStreamsAsyncClient |
Interface for accessing Amazon DynamoDB Streams asynchronously.
|
AmazonDynamoDBStreamsClient |
Client for accessing Amazon DynamoDB Streams.
|
This is the Amazon DynamoDB Streams API Reference. This guide describes the low-level API actions for accessing streams and processing stream records. For information about application development with DynamoDB Streams, see the Amazon DynamoDB Developer Guide.
Note that this document is intended for use with the following DynamoDB documentation:
The following are short descriptions of each low-level DynamoDB Streams API action, organized by function.
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 © 2016. All rights reserved.