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 Cw2Configuration
Cw2Configuration. copy()
Cw2Configuration
Cw2Component. getConfiguration()
Cw2Configuration
Cw2Endpoint. getConfiguration()
protected Cw2Configuration
Cw2Producer. getConfiguration()
Methods in org.apache.camel.component.aws2.cw with parameters of type Cw2Configuration Modifier and Type Method Description void
Cw2Component. setConfiguration(Cw2Configuration configuration)
The component configurationvoid
Cw2Endpoint. 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 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 Cw2Configuration Constructor Description Cw2ClientIAMOptimizedImpl(Cw2Configuration configuration)
Constructor that uses the config file.Cw2ClientStandardImpl(Cw2Configuration configuration)
Constructor that uses the config file.
-