Package com.jcabi.dynamo.retry
Class ReRegion
- java.lang.Object
-
- com.jcabi.dynamo.retry.ReRegion
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.jcabi.dynamo.Region
Region.Prefixed, Region.Simple
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.amazonaws.services.dynamodbv2.AmazonDynamoDBaws()Get DynamoDB client.Tabletable(String name)Get one table.
-
-
-
Constructor Detail
-
ReRegion
public ReRegion(Region region)
Public ctor.- Parameters:
region- Origin region
-
-