Class Timestream2ClientFactory
java.lang.Object
org.apache.camel.component.aws2.timestream.client.Timestream2ClientFactory
Factory class to return the correct type of AWS Timestream client.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Timestream2InternalClientgetTimestreamClient(Timestream2Configuration configuration) Return the correct AWS Timestream client (based on remote vs local).
-
Method Details
-
getTimestreamClient
Return the correct AWS Timestream client (based on remote vs local).- Parameters:
configuration- configuration- Returns:
- Timestream
-