Class Ddb2ClientFactory
- java.lang.Object
-
- org.apache.camel.component.aws2.ddb.client.Ddb2ClientFactory
-
public final class Ddb2ClientFactory extends Object
Factory class to return the correct type of AWS DynamoDB client.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Ddb2InternalClient
getDynamoDBClient(Ddb2Configuration configuration)
Return the correct AWS DynamoDB client (based on remote vs local).
-
-
-
Method Detail
-
getDynamoDBClient
public static Ddb2InternalClient getDynamoDBClient(Ddb2Configuration configuration)
Return the correct AWS DynamoDB client (based on remote vs local).- Parameters:
configuration
- configuration- Returns:
- DynamoDBClient
-
-