Class Ses2ClientFactory
java.lang.Object
org.apache.camel.component.aws2.ses.client.Ses2ClientFactory
Factory class to return the correct type of AWS SES client.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Ses2InternalClientgetSesClient(Ses2Configuration configuration) Return the correct AWS SES client (based on remote vs local).
-
Method Details
-
getSesClient
Return the correct AWS SES client (based on remote vs local).- Parameters:
configuration- configuration- Returns:
- SesClient
-