All Classes and Interfaces
Class
Description
Utility class for building queries, updates and scan.
An interface for queries which can be executed using supplied mapper.
An interface for scans which can be executed using supplied mapper.
An interface for updates which can be executed using supplied mapper.
Factory class which provides the
AmazonDynamoDB and IDynamoDBMapper into the application context.The middle-level API for working with DynamoDB tables.
Provider of
DynamoDBService for particular DynamoDB entities.Annotates hash key.
Makes annotated method in the service interface a query method.
Builder for DynamoDB queries.
Annotates range key.
Makes annotated method in the service interface a scan method.
Builder for DynamoDB scans.
Makes annotated interface a declarative DynamoDB service.
Introduction for
Service annotation.Makes annotated method in the service interface a scan method.
Builder for DynamoDB updates.