Uses of Class
org.apache.camel.component.aws.sqs.SqsConfiguration

Packages that use SqsConfiguration
org.apache.camel.component.aws.sqs   
 

Uses of SqsConfiguration in org.apache.camel.component.aws.sqs
 

Methods in org.apache.camel.component.aws.sqs that return SqsConfiguration
 SqsConfiguration SqsEndpoint.getConfiguration()
           
protected  SqsConfiguration SqsConsumer.getConfiguration()
           
 

Methods in org.apache.camel.component.aws.sqs with parameters of type SqsConfiguration
 void SqsEndpoint.setConfiguration(SqsConfiguration configuration)
           
 

Constructors in org.apache.camel.component.aws.sqs with parameters of type SqsConfiguration
SqsEndpoint(String uri, SqsComponent component, SqsConfiguration configuration)
           
 



Apache Camel