Uses of Class
org.apache.camel.component.aws2.sns.Sns2Configuration
Packages that use Sns2Configuration
Package
Description
-
Uses of Sns2Configuration in org.apache.camel.component.aws2.sns
Methods in org.apache.camel.component.aws2.sns that return Sns2ConfigurationModifier and TypeMethodDescriptionSns2Configuration.copy()Sns2Component.getConfiguration()Sns2Endpoint.getConfiguration()protected Sns2ConfigurationSns2Producer.getConfiguration()Methods in org.apache.camel.component.aws2.sns with parameters of type Sns2ConfigurationModifier and TypeMethodDescriptionvoidSns2Component.setConfiguration(Sns2Configuration configuration) Component configurationConstructors in org.apache.camel.component.aws2.sns with parameters of type Sns2ConfigurationModifierConstructorDescriptionSns2Endpoint(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 Sns2ConfigurationModifier and TypeMethodDescriptionstatic Sns2InternalClientSns2ClientFactory.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 Sns2ConfigurationModifierConstructorDescriptionSns2ClientIAMOptimized(Sns2Configuration configuration) Constructor that uses the config file.Sns2ClientIAMProfileOptimized(Sns2Configuration configuration) Constructor that uses the config file.Sns2ClientStandardImpl(Sns2Configuration configuration) Constructor that uses the config file.