public class DynamoDB extends BaseConnector<DynamoDB>
| Modifier and Type | Class and Description |
|---|---|
static class |
DynamoDB.Region |
params, PREFIX, required| Constructor and Description |
|---|
DynamoDB() |
| Modifier and Type | Method and Description |
|---|---|
DynamoDB |
accessKey(String key) |
DynamoDB |
region(DynamoDB.Region region)
The id of the AWS region your DynamoDB table lives in.
|
DynamoDB |
secretKey(String secret) |
DynamoDB |
table(String table) |
exists, fromMap, parameters, putAll, setParam, setup, typepublic DynamoDB table(String table)
table - The name of the Amazon DynamoDB table where the data is stored.public DynamoDB accessKey(String key)
key - Your Amazon AWS access key. Make sure this value is properly URL-encoded. This on-line tool can
help you properly encode data you want to use in an HTTP request.public DynamoDB secretKey(String secret)
secret - Your Amazon AWS secret key. Make sure this value is properly URL-encoded. This on-line tool can
help you properly encode data you want to use in an HTTP request.public DynamoDB region(DynamoDB.Region region)
DynamoDB.Region.AP_NORTH_EAST_1
dynamodb.eu-west-1.amazonaws.com - See DynamoDB.Region.EU_WEST_1
dynamodb.us-east-1.amazonaws.com - See DynamoDB.Region.US_EAST_1
dynamodb.us-west-2.amazonaws.com - See DynamoDB.Region.US_WEST_2
dynamodb.us-west-1.amazonaws.com - See DynamoDB.Region.US_WEST_1
dynamodb.ap-southeast-1.amazonaws.com - See DynamoDB.Region.AP_SOUTH_EAST_1Copyright © 2015. All Rights Reserved.