@Immutable @Loggable(value=1) public static final class Region.Prefixed extends Object implements Region
The region has to be used in combination with another region,
for example Region.Simple
:
Region region = new Region.Prefixed( new Region.Simple(creds), "foo-" );
Now, region.table("test")
will return a Table
instance pointing to the Dynamo DB table named "foo-test"
. Could
be a convenient mechanism when you have many tables for different
projects in the same region.
Region.Prefixed, Region.Simple
Constructor and Description |
---|
Region.Prefixed(Region region,
String pfx)
Public ctor.
|
public com.amazonaws.services.dynamodbv2.AmazonDynamoDB aws()
Region
Copyright © 2012–2014 jcabi.com. All rights reserved.