Uses of Interface
com.jcabi.dynamo.Region
-
Packages that use Region Package Description com.jcabi.dynamo Amazon Dynamo DB Object Layer.com.jcabi.dynamo.mock Amazon Dynamo DB Object Layer, mock version.com.jcabi.dynamo.retry Retry all AWS operations a few times. -
-
Uses of Region in com.jcabi.dynamo
Classes in com.jcabi.dynamo that implement Region Modifier and Type Class Description static class
Region.Prefixed
All tables have a prefix in front of their names.static class
Region.Simple
Simple region, basic implementation.Methods in com.jcabi.dynamo that return Region Modifier and Type Method Description Region
Table. region()
Get back to the entire region.Constructors in com.jcabi.dynamo with parameters of type Region Constructor Description Prefixed(Region region, String pfx)
Public ctor. -
Uses of Region in com.jcabi.dynamo.mock
Classes in com.jcabi.dynamo.mock that implement Region Modifier and Type Class Description class
MkRegion
Mock version ofRegion
.Constructors in com.jcabi.dynamo.mock with parameters of type Region Constructor Description MadeTable(Region reg, com.amazonaws.services.dynamodbv2.model.CreateTableRequest req)
Public ctor. -
Uses of Region in com.jcabi.dynamo.retry
Classes in com.jcabi.dynamo.retry that implement Region Modifier and Type Class Description class
ReRegion
Region that retries on failure.Methods in com.jcabi.dynamo.retry that return Region Modifier and Type Method Description Region
ReTable. region()
Constructors in com.jcabi.dynamo.retry with parameters of type Region Constructor Description ReRegion(Region region)
Public ctor.
-