Uses of Class
org.apache.camel.component.aws2.sns.Sns2Configuration
-
Packages that use Sns2Configuration Package Description org.apache.camel.component.aws2.sns org.apache.camel.component.aws2.sns.client org.apache.camel.component.aws2.sns.client.impl -
-
Uses of Sns2Configuration in org.apache.camel.component.aws2.sns
Methods in org.apache.camel.component.aws2.sns that return Sns2Configuration Modifier and Type Method Description Sns2Configuration
Sns2Configuration. copy()
Sns2Configuration
Sns2Component. getConfiguration()
Sns2Configuration
Sns2Endpoint. getConfiguration()
protected Sns2Configuration
Sns2Producer. getConfiguration()
Methods in org.apache.camel.component.aws2.sns with parameters of type Sns2Configuration Modifier and Type Method Description void
Sns2Component. setConfiguration(Sns2Configuration configuration)
Component configurationConstructors in org.apache.camel.component.aws2.sns with parameters of type Sns2Configuration Constructor Description Sns2Endpoint(String uri, org.apache.camel.Component component, Sns2Configuration configuration)
-
Uses of Sns2Configuration in org.apache.camel.component.aws2.sns.client
Methods in org.apache.camel.component.aws2.sns.client with parameters of type Sns2Configuration Modifier and Type Method Description static Sns2InternalClient
Sns2ClientFactory. getSnsClient(Sns2Configuration configuration)
Return the correct aws SNS client (based on remote vs local). -
Uses of Sns2Configuration in org.apache.camel.component.aws2.sns.client.impl
Constructors in org.apache.camel.component.aws2.sns.client.impl with parameters of type Sns2Configuration Constructor Description Sns2ClientIAMOptimized(Sns2Configuration configuration)
Constructor that uses the config file.Sns2ClientStandardImpl(Sns2Configuration configuration)
Constructor that uses the config file.
-