Uses of Class
org.apache.camel.component.aws2.athena.Athena2Configuration
Packages that use Athena2Configuration
Package
Description
-
Uses of Athena2Configuration in org.apache.camel.component.aws2.athena
Methods in org.apache.camel.component.aws2.athena that return Athena2ConfigurationModifier and TypeMethodDescriptionAthena2Configuration.copy()Athena2Component.getConfiguration()Athena2Endpoint.getConfiguration()protected Athena2ConfigurationAthena2Producer.getConfiguration()Methods in org.apache.camel.component.aws2.athena with parameters of type Athena2ConfigurationModifier and TypeMethodDescriptionvoidAthena2Component.setConfiguration(Athena2Configuration configuration) The component configuration.voidAthena2Endpoint.setConfiguration(Athena2Configuration configuration) Constructors in org.apache.camel.component.aws2.athena with parameters of type Athena2ConfigurationModifierConstructorDescriptionAthena2Endpoint(String uri, org.apache.camel.Component component, Athena2Configuration configuration) -
Uses of Athena2Configuration in org.apache.camel.component.aws2.athena.client
Methods in org.apache.camel.component.aws2.athena.client with parameters of type Athena2ConfigurationModifier and TypeMethodDescriptionstatic Athena2InternalClientAthena2ClientFactory.getAWSAthenaClient(Athena2Configuration configuration) Return the correct AWS Athena client (based on remote vs local). -
Uses of Athena2Configuration in org.apache.camel.component.aws2.athena.client.impl
Constructors in org.apache.camel.component.aws2.athena.client.impl with parameters of type Athena2ConfigurationModifierConstructorDescriptionAthena2ClientIAMOptimizedImpl(Athena2Configuration configuration) Constructor that uses the config file.Athena2ClientIAMProfileOptimizedImpl(Athena2Configuration configuration) Constructor that uses the config file.Athena2ClientSessionTokenImpl(Athena2Configuration configuration) Constructor that uses the config file.Athena2ClientStandardImpl(Athena2Configuration configuration) Constructor that uses the config file.