Class 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 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 interface Ddb2InternalClient
        Returns:
        Amazon DynamoDB Client.