Class Ses2ClientStandardImpl
- java.lang.Object
-
- org.apache.camel.component.aws2.ses.client.impl.Ses2ClientStandardImpl
-
- All Implemented Interfaces:
Ses2InternalClient
public class Ses2ClientStandardImpl extends Object implements Ses2InternalClient
Manage an AWS SES client for all users to use. This implementation is for local instances to use a static and solid credential set.
-
-
Constructor Summary
Constructors Constructor Description Ses2ClientStandardImpl(Ses2Configuration configuration)Constructor that uses the config file.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description software.amazon.awssdk.services.ses.SesClientgetSesClient()Getting the SES AWS client that is used.
-
-
-
Constructor Detail
-
Ses2ClientStandardImpl
public Ses2ClientStandardImpl(Ses2Configuration configuration)
Constructor that uses the config file.
-
-
Method Detail
-
getSesClient
public software.amazon.awssdk.services.ses.SesClient getSesClient()
Getting the SES AWS client that is used.- Specified by:
getSesClientin interfaceSes2InternalClient- Returns:
- Amazon SES Client.
-
-