Class Ses2ClientFactory
- java.lang.Object
-
- org.apache.camel.component.aws2.ses.client.Ses2ClientFactory
-
public final class Ses2ClientFactory extends Object
Factory class to return the correct type of AWS SES client.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Ses2InternalClientgetSesClient(Ses2Configuration configuration)Return the correct AWS SES client (based on remote vs local).
-
-
-
Method Detail
-
getSesClient
public static Ses2InternalClient getSesClient(Ses2Configuration configuration)
Return the correct AWS SES client (based on remote vs local).- Parameters:
configuration- configuration- Returns:
- SesClient
-
-