| 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 | Description |
|---|---|
| Attributes |
DynamoDB item attributes.
|
| 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.
|
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>
Copyright © 2012–2014 jcabi.com. All rights reserved.