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 Ddb2InternalClient
Ddb2ClientFactory. 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 class
Ddb2ClientIAMOptimizedImpl
Manage an AWS DynamoDB client for all users to use (enabling temporary creds).class
Ddb2ClientStandardImpl
Manage an AWS DynamoDB client for all users to use.
-