Package net.officefloor.nosql.dynamodb
Interface AmazonDynamoDbFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Factory for
AmazonDynamoDB connection.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptioncom.amazonaws.services.dynamodbv2.AmazonDynamoDBCreates theAmazonDynamoDB.
-
Method Details
-
createAmazonDynamoDB
Creates theAmazonDynamoDB.- Returns:
AmazonDynamoDB.- Throws:
Exception- If fails to createAmazonDynamoDB.
-