Interface Ddb2InternalClient

All Known Implementing Classes:
Ddb2ClientIAMOptimizedImpl, Ddb2ClientStandardImpl

public interface Ddb2InternalClient
Manage the required actions of an DynamoDB client for either local or remote.
  • Method Summary

    Modifier and Type
    Method
    Description
    software.amazon.awssdk.services.dynamodb.DynamoDbClient
    Returns an DynamoDb client after a factory method determines which one to return.
  • Method Details

    • getDynamoDBClient

      software.amazon.awssdk.services.dynamodb.DynamoDbClient getDynamoDBClient()
      Returns an DynamoDb client after a factory method determines which one to return.
      Returns:
      DynamoDbClient DynamoDbClient