Uses of Class
org.apache.camel.component.aws.cw.CwConfiguration

Packages that use CwConfiguration
org.apache.camel.component.aws.cw   
 

Uses of CwConfiguration in org.apache.camel.component.aws.cw
 

Methods in org.apache.camel.component.aws.cw that return CwConfiguration
protected  CwConfiguration CwProducer.getConfiguration()
           
 CwConfiguration CwEndpoint.getConfiguration()
           
 

Methods in org.apache.camel.component.aws.cw with parameters of type CwConfiguration
 void CwEndpoint.setConfiguration(CwConfiguration configuration)
           
 

Constructors in org.apache.camel.component.aws.cw with parameters of type CwConfiguration
CwEndpoint(String uri, org.apache.camel.CamelContext context, CwConfiguration configuration)
          Deprecated. 
CwEndpoint(String uri, org.apache.camel.Component component, CwConfiguration configuration)
           
 



Apache Camel