@Immutable public interface Region
It is recommended to use Region.Simple
in most cases.
You can use aws()
method to get access to Amazon DynamoDB
client directly.
Since version 0.9 it is strongly recommended to wrap your region
in ReRegion
before use, for example:
Region region = new ReRegion(new Region.Simple(credentials));
Modifier and Type | Interface and Description |
---|---|
static class |
Region.Prefixed
All tables have a prefix in front of their names.
|
static class |
Region.Simple
Simple region, basic implementation.
|
Copyright © 2012–2014 jcabi.com. All rights reserved.