Class Ddb2ClientFactory
java.lang.Object
org.apache.camel.component.aws2.ddb.client.Ddb2ClientFactory
Factory class to return the correct type of AWS DynamoDB client.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Ddb2InternalClientgetDynamoDBClient(Ddb2Configuration configuration) Return the correct AWS DynamoDB client (based on remote vs local).
-
Method Details
-
getDynamoDBClient
Return the correct AWS DynamoDB client (based on remote vs local).- Parameters:
configuration- configuration- Returns:
- DynamoDBClient
-