Class Ddb2StreamClientStandardImpl
- java.lang.Object
-
- org.apache.camel.component.aws2.ddbstream.client.impl.Ddb2StreamClientStandardImpl
-
- All Implemented Interfaces:
Ddb2StreamInternalClient
public class Ddb2StreamClientStandardImpl extends Object implements 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
Constructors Constructor Description Ddb2StreamClientStandardImpl(Ddb2StreamConfiguration configuration)
Constructor that uses the config file.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description software.amazon.awssdk.services.dynamodb.streams.DynamoDbStreamsClient
getDynamoDBStreamClient()
Getting the DynamoDB Streams AWS client that is used.
-
-
-
Constructor Detail
-
Ddb2StreamClientStandardImpl
public Ddb2StreamClientStandardImpl(Ddb2StreamConfiguration configuration)
Constructor that uses the config file.
-
-
Method Detail
-
getDynamoDBStreamClient
public software.amazon.awssdk.services.dynamodb.streams.DynamoDbStreamsClient getDynamoDBStreamClient()
Getting the DynamoDB Streams AWS client that is used.- Specified by:
getDynamoDBStreamClient
in interfaceDdb2StreamInternalClient
- Returns:
- Amazon DynamoDB Streams Client.
-
-