Interface Ddb2StreamInternalClient
-
- All Known Implementing Classes:
Ddb2StreamClientIAMOptimizedImpl
,Ddb2StreamClientStandardImpl
public interface Ddb2StreamInternalClient
Manage the required actions of an DynamoDB Stream client for either local or remote.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description software.amazon.awssdk.services.dynamodb.streams.DynamoDbStreamsClient
getDynamoDBStreamClient()
Returns an DynamoDB Stream client after a factory method determines which one to return.
-