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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description software.amazon.awssdk.services.dynamodb.DynamoDbClient
getDynamoDBClient()
Returns an DynamoDb client after a factory method determines which one to return.
-