Uses of Class
org.apache.camel.component.aws2.timestream.Timestream2Configuration
Packages that use Timestream2Configuration
Package
Description
-
Uses of Timestream2Configuration in org.apache.camel.component.aws2.timestream
Methods in org.apache.camel.component.aws2.timestream that return Timestream2ConfigurationModifier and TypeMethodDescriptionTimestream2Configuration.copy()Timestream2AbstractEndpoint.getConfiguration()Timestream2Component.getConfiguration()Methods in org.apache.camel.component.aws2.timestream with parameters of type Timestream2ConfigurationModifier and TypeMethodDescriptionvoidTimestream2Component.setConfiguration(Timestream2Configuration configuration) Component configurationConstructors in org.apache.camel.component.aws2.timestream with parameters of type Timestream2ConfigurationModifierConstructorDescriptionTimestream2AbstractEndpoint(String uri, org.apache.camel.Component component, Timestream2Configuration configuration) -
Uses of Timestream2Configuration in org.apache.camel.component.aws2.timestream.client
Methods in org.apache.camel.component.aws2.timestream.client with parameters of type Timestream2ConfigurationModifier and TypeMethodDescriptionstatic Timestream2InternalClientTimestream2ClientFactory.getTimestreamClient(Timestream2Configuration configuration) Return the correct AWS Timestream client (based on remote vs local). -
Uses of Timestream2Configuration in org.apache.camel.component.aws2.timestream.client.impl
Constructors in org.apache.camel.component.aws2.timestream.client.impl with parameters of type Timestream2ConfigurationModifierConstructorDescriptionTimestream2ClientIAMOptimizedImpl(Timestream2Configuration configuration) Constructor that uses the config file.Timestream2ClientStandardImpl(Timestream2Configuration configuration) Constructor that uses the config file. -
Uses of Timestream2Configuration in org.apache.camel.component.aws2.timestream.query
Methods in org.apache.camel.component.aws2.timestream.query that return Timestream2ConfigurationModifier and TypeMethodDescriptionprotected Timestream2ConfigurationTimestream2QueryProducer.getConfiguration()Constructors in org.apache.camel.component.aws2.timestream.query with parameters of type Timestream2ConfigurationModifierConstructorDescriptionTimestream2QueryEndpoint(String uri, org.apache.camel.Component component, Timestream2Configuration configuration) -
Uses of Timestream2Configuration in org.apache.camel.component.aws2.timestream.write
Methods in org.apache.camel.component.aws2.timestream.write that return Timestream2ConfigurationModifier and TypeMethodDescriptionprotected Timestream2ConfigurationTimestream2WriteProducer.getConfiguration()Constructors in org.apache.camel.component.aws2.timestream.write with parameters of type Timestream2ConfigurationModifierConstructorDescriptionTimestream2WriteEndpoint(String uri, org.apache.camel.Component component, Timestream2Configuration configuration)