Uses of Class
org.apache.camel.component.aws2.cw.Cw2Configuration
Packages that use Cw2Configuration
Package
Description
-
Uses of Cw2Configuration in org.apache.camel.component.aws2.cw
Methods in org.apache.camel.component.aws2.cw that return Cw2ConfigurationModifier and TypeMethodDescriptionCw2Configuration.copy()
Cw2Component.getConfiguration()
Cw2Endpoint.getConfiguration()
protected Cw2Configuration
Cw2Producer.getConfiguration()
Methods in org.apache.camel.component.aws2.cw with parameters of type Cw2ConfigurationModifier and TypeMethodDescriptionvoid
Cw2Component.setConfiguration
(Cw2Configuration configuration) The component configurationvoid
Cw2Endpoint.setConfiguration
(Cw2Configuration configuration) Constructors in org.apache.camel.component.aws2.cw with parameters of type Cw2ConfigurationModifierConstructorDescriptionCw2Endpoint
(String uri, org.apache.camel.Component component, Cw2Configuration configuration) -
Uses of Cw2Configuration in org.apache.camel.component.aws2.cw.client
Methods in org.apache.camel.component.aws2.cw.client with parameters of type Cw2ConfigurationModifier and TypeMethodDescriptionstatic Cw2InternalClient
Cw2ClientFactory.getCloudWatchClient
(Cw2Configuration configuration) Return the correct AWS Cloud Watch client (based on remote vs local). -
Uses of Cw2Configuration in org.apache.camel.component.aws2.cw.client.impl
Constructors in org.apache.camel.component.aws2.cw.client.impl with parameters of type Cw2ConfigurationModifierConstructorDescriptionCw2ClientIAMOptimizedImpl
(Cw2Configuration configuration) Constructor that uses the config file.Cw2ClientIAMProfileOptimizedImpl
(Cw2Configuration configuration) Constructor that uses the config file.Cw2ClientStandardImpl
(Cw2Configuration configuration) Constructor that uses the config file.