Class Timestream2ClientStandardImpl
java.lang.Object
org.apache.camel.component.aws2.timestream.client.impl.Timestream2ClientStandardImpl
- All Implemented Interfaces:
Timestream2InternalClient
Manage an AWS Timestream client for all users to use. This implementation is for local instances to use a static and
solid credential set.
-
Constructor Summary
ConstructorsConstructorDescriptionTimestream2ClientStandardImpl(Timestream2Configuration configuration) Constructor that uses the config file. -
Method Summary
Modifier and TypeMethodDescriptionsoftware.amazon.awssdk.services.timestreamquery.TimestreamQueryClientGetting the TimestreamQuery AWS client that is used.software.amazon.awssdk.services.timestreamwrite.TimestreamWriteClientGetting the TimestreamWrite AWS client that is used.
-
Constructor Details
-
Timestream2ClientStandardImpl
Constructor that uses the config file.
-
-
Method Details
-
getTimestreamWriteClient
public software.amazon.awssdk.services.timestreamwrite.TimestreamWriteClient getTimestreamWriteClient()Getting the TimestreamWrite AWS client that is used.- Specified by:
getTimestreamWriteClientin interfaceTimestream2InternalClient- Returns:
- Amazon TimestreamWrite Client.
-
getTimestreamQueryClient
public software.amazon.awssdk.services.timestreamquery.TimestreamQueryClient getTimestreamQueryClient()Getting the TimestreamQuery AWS client that is used.- Specified by:
getTimestreamQueryClientin interfaceTimestream2InternalClient- Returns:
- Amazon TimestreamQuery Client.
-