Uses of Class
org.apache.camel.component.aws2.ses.Ses2Configuration
-
Packages that use Ses2Configuration Package Description org.apache.camel.component.aws2.ses org.apache.camel.component.aws2.ses.client org.apache.camel.component.aws2.ses.client.impl -
-
Uses of Ses2Configuration in org.apache.camel.component.aws2.ses
Methods in org.apache.camel.component.aws2.ses that return Ses2Configuration Modifier and Type Method Description Ses2ConfigurationSes2Configuration. copy()Ses2ConfigurationSes2Component. getConfiguration()Ses2ConfigurationSes2Endpoint. getConfiguration()protected Ses2ConfigurationSes2Producer. getConfiguration()Methods in org.apache.camel.component.aws2.ses with parameters of type Ses2Configuration Modifier and Type Method Description voidSes2Component. setConfiguration(Ses2Configuration configuration)component configurationConstructors in org.apache.camel.component.aws2.ses with parameters of type Ses2Configuration Constructor Description Ses2Endpoint(String uri, org.apache.camel.Component component, Ses2Configuration configuration) -
Uses of Ses2Configuration in org.apache.camel.component.aws2.ses.client
Methods in org.apache.camel.component.aws2.ses.client with parameters of type Ses2Configuration Modifier and Type Method Description static Ses2InternalClientSes2ClientFactory. getSesClient(Ses2Configuration configuration)Return the correct AWS SES client (based on remote vs local). -
Uses of Ses2Configuration in org.apache.camel.component.aws2.ses.client.impl
Constructors in org.apache.camel.component.aws2.ses.client.impl with parameters of type Ses2Configuration Constructor Description Ses2ClientOptimizedImpl(Ses2Configuration configuration)Constructor that uses the config file.Ses2ClientStandardImpl(Ses2Configuration configuration)Constructor that uses the config file.
-