Uses of Class
org.apache.camel.component.aws2.ses.Ses2Configuration
Packages that use Ses2Configuration
Package
Description
-
Uses of Ses2Configuration in org.apache.camel.component.aws2.ses
Methods in org.apache.camel.component.aws2.ses that return Ses2ConfigurationModifier and TypeMethodDescriptionSes2Configuration.copy()Ses2Component.getConfiguration()Ses2Endpoint.getConfiguration()protected Ses2ConfigurationSes2Producer.getConfiguration()Methods in org.apache.camel.component.aws2.ses with parameters of type Ses2ConfigurationModifier and TypeMethodDescriptionvoidSes2Component.setConfiguration(Ses2Configuration configuration) component configurationConstructors in org.apache.camel.component.aws2.ses with parameters of type Ses2ConfigurationModifierConstructorDescriptionSes2Endpoint(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 Ses2ConfigurationModifier and TypeMethodDescriptionstatic 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 Ses2ConfigurationModifierConstructorDescriptionSes2ClientOptimizedImpl(Ses2Configuration configuration) Constructor that uses the config file.Ses2ClientProfileOptimizedImpl(Ses2Configuration configuration) Constructor that uses the config file.Ses2ClientSessionTokenImpl(Ses2Configuration configuration) Constructor that uses the config file.Ses2ClientStandardImpl(Ses2Configuration configuration) Constructor that uses the config file.