Class Ddb2StreamClientStandardImpl
java.lang.Object
org.apache.camel.component.aws2.ddbstream.client.impl.Ddb2StreamClientStandardImpl
- All Implemented Interfaces:
Ddb2StreamInternalClient
Manage an AWS DynamoDB Streams client for all users to use. This implementation is for local instances to use a
static and solid credential set.
-
Constructor Summary
ConstructorsConstructorDescriptionDdb2StreamClientStandardImpl(Ddb2StreamConfiguration configuration) Constructor that uses the config file. -
Method Summary
Modifier and TypeMethodDescriptionsoftware.amazon.awssdk.services.dynamodb.streams.DynamoDbStreamsClientGetting the DynamoDB Streams AWS client that is used.
-
Constructor Details
-
Ddb2StreamClientStandardImpl
Constructor that uses the config file.
-
-
Method Details
-
getDynamoDBStreamClient
public software.amazon.awssdk.services.dynamodb.streams.DynamoDbStreamsClient getDynamoDBStreamClient()Getting the DynamoDB Streams AWS client that is used.- Specified by:
getDynamoDBStreamClientin interfaceDdb2StreamInternalClient- Returns:
- Amazon DynamoDB Streams Client.
-