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 Summary
Constructors Constructor Description Ddb2ClientStandardImpl(Ddb2Configuration configuration)
Constructor that uses the config file.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description software.amazon.awssdk.services.dynamodb.DynamoDbClient
getDynamoDBClient()
Getting the DynamoDB AWS client that is used.
-
-
-
Constructor Detail
-
Ddb2ClientStandardImpl
public Ddb2ClientStandardImpl(Ddb2Configuration configuration)
Constructor that uses the config file.
-
-
Method Detail
-
getDynamoDBClient
public software.amazon.awssdk.services.dynamodb.DynamoDbClient getDynamoDBClient()
Getting the DynamoDB AWS client that is used.- Specified by:
getDynamoDBClient
in interfaceDdb2InternalClient
- Returns:
- Amazon DynamoDB Client.
-
-