Class Ses2ClientStandardImpl
java.lang.Object
org.apache.camel.component.aws2.ses.client.impl.Ses2ClientStandardImpl
- All Implemented Interfaces:
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
ConstructorsConstructorDescriptionSes2ClientStandardImpl(Ses2Configuration configuration) Constructor that uses the config file. -
Method Summary
Modifier and TypeMethodDescriptionsoftware.amazon.awssdk.services.ses.SesClientGetting the SES AWS client that is used.
-
Constructor Details
-
Ses2ClientStandardImpl
Constructor that uses the config file.
-
-
Method Details
-
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.
-