Class Ddb2ClientStandardImpl

java.lang.Object
org.apache.camel.component.aws2.ddb.client.impl.Ddb2ClientStandardImpl
All Implemented Interfaces:
Ddb2InternalClient

public class Ddb2ClientStandardImpl extends Object implements Ddb2InternalClient
Manage an AWS DynamoDB client for all users to use. This implementation is for local instances to use a static and solid credential set.
  • Constructor Details

    • Ddb2ClientStandardImpl

      public Ddb2ClientStandardImpl(Ddb2Configuration configuration)
      Constructor that uses the config file.
  • Method Details

    • getDynamoDBClient

      public software.amazon.awssdk.services.dynamodb.DynamoDbClient getDynamoDBClient()
      Getting the DynamoDB AWS client that is used.
      Specified by:
      getDynamoDBClient in interface Ddb2InternalClient
      Returns:
      Amazon DynamoDB Client.