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.AmazonDynamoDB
aws()
Get DynamoDB client.Table
table(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:Region
Get DynamoDB client.
-
-