Package com.jcabi.dynamo
Class Region.Simple
- java.lang.Object
-
- com.jcabi.dynamo.Region.Simple
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.jcabi.dynamo.Region
Region.Prefixed, Region.Simple
-
-
Constructor Summary
Constructors Constructor Description Simple(Credentials creds)Public ctor.
-
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
-
Simple
public Simple(Credentials creds)
Public ctor.- Parameters:
creds- Credentials
-
-
Method Detail
-
aws
public com.amazonaws.services.dynamodbv2.AmazonDynamoDB aws()
Description copied from interface:RegionGet DynamoDB client.
-
-