Package com.jcabi.dynamo
Amazon Dynamo DB Object Layer.
Start with Region
interface. It contains a few classes
that should be instantiated in order to start working with this library.
The only dependency you need is (check our latest version available at www.jcabi.com):
<depedency> <groupId>com.jcabi</groupId> <artifactId>jcabi-dynamo</artifactId> </dependency>
- Since:
- 0.8
- See Also:
- project website
-
Interface Summary Interface Description Credentials Amazon DynamoDB credentials.Dosage Dosage of items retrieved from table.Frame DynamoDB frame (subset of a table).Item Immutable Amazon DynamoDB item.Region Amazon DynamoDB region.Table Amazon DynamoDB table abstraction.Valve Provider of dosages of DynamoDB items. -
Class Summary Class Description Attributes DynamoDB item attributes.AttributeUpdates DynamoDB item attribute updates.Conditions DynamoDB query conditions.Credentials.Assumed Assumed AWS IAM role.Credentials.Direct With explicitly specified endpoint.Credentials.Simple Simple implementation.Dosage.Empty Always empty.QueryValve Query-based valve.Region.Prefixed All tables have a prefix in front of their names.Region.Simple Simple region, basic implementation.ScanValve Scan-based valve.Throughput Throughput of a table.