Uses of Interface
org.apache.camel.component.aws2.ddb.client.Ddb2InternalClient
-
Packages that use Ddb2InternalClient Package Description org.apache.camel.component.aws2.ddb.client org.apache.camel.component.aws2.ddb.client.impl -
-
Uses of Ddb2InternalClient in org.apache.camel.component.aws2.ddb.client
Methods in org.apache.camel.component.aws2.ddb.client that return Ddb2InternalClient Modifier and Type Method Description static Ddb2InternalClientDdb2ClientFactory. getDynamoDBClient(Ddb2Configuration configuration)Return the correct AWS DynamoDB client (based on remote vs local). -
Uses of Ddb2InternalClient in org.apache.camel.component.aws2.ddb.client.impl
Classes in org.apache.camel.component.aws2.ddb.client.impl that implement Ddb2InternalClient Modifier and Type Class Description classDdb2ClientIAMOptimizedImplManage an AWS DynamoDB client for all users to use (enabling temporary creds).classDdb2ClientStandardImplManage an AWS DynamoDB client for all users to use.
-