Uses of Class
org.apache.camel.component.aws.sns.SnsConfiguration

Packages that use SnsConfiguration
org.apache.camel.component.aws.sns   
 

Uses of SnsConfiguration in org.apache.camel.component.aws.sns
 

Methods in org.apache.camel.component.aws.sns that return SnsConfiguration
protected  SnsConfiguration SnsProducer.getConfiguration()
           
 SnsConfiguration SnsEndpoint.getConfiguration()
           
 

Methods in org.apache.camel.component.aws.sns with parameters of type SnsConfiguration
 void SnsEndpoint.setConfiguration(SnsConfiguration configuration)
           
 

Constructors in org.apache.camel.component.aws.sns with parameters of type SnsConfiguration
SnsEndpoint(String uri, org.apache.camel.CamelContext context, SnsConfiguration configuration)
          Deprecated. 
SnsEndpoint(String uri, org.apache.camel.Component component, SnsConfiguration configuration)
           
 



Apache Camel