Uses of Class
org.apache.camel.component.aws2.cw.Cw2Configuration
-
Packages that use Cw2Configuration Package Description org.apache.camel.component.aws2.cw org.apache.camel.component.aws2.cw.client org.apache.camel.component.aws2.cw.client.impl -
-
Uses of Cw2Configuration in org.apache.camel.component.aws2.cw
Methods in org.apache.camel.component.aws2.cw that return Cw2Configuration Modifier and Type Method Description Cw2ConfigurationCw2Configuration. copy()Cw2ConfigurationCw2Component. getConfiguration()Cw2ConfigurationCw2Endpoint. getConfiguration()protected Cw2ConfigurationCw2Producer. getConfiguration()Methods in org.apache.camel.component.aws2.cw with parameters of type Cw2Configuration Modifier and Type Method Description voidCw2Component. setConfiguration(Cw2Configuration configuration)The component configurationvoidCw2Endpoint. setConfiguration(Cw2Configuration configuration)Constructors in org.apache.camel.component.aws2.cw with parameters of type Cw2Configuration Constructor Description Cw2Endpoint(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 Cw2Configuration Modifier and Type Method Description static Cw2InternalClientCw2ClientFactory. 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 Cw2Configuration Constructor Description Cw2ClientIAMOptimizedImpl(Cw2Configuration configuration)Constructor that uses the config file.Cw2ClientStandardImpl(Cw2Configuration configuration)Constructor that uses the config file.
-