Work with DynamoDB - Amazon SDK for Java 2.x
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Work with DynamoDB

This section provides examples that show you how to work with DynamoDB.

The following examples use the standard, low-level DynamoDB client (DynamoDbClient) of the Amazon SDK for Java 2.x.

The SDK also offers the DynamoDB Enhanced Client that provides a high-level, object-oriented approach for working with DynamoDB. The following section discusses this client in depth.