Class Ses2ClientOptimizedImpl
java.lang.Object
org.apache.camel.component.aws2.ses.client.impl.Ses2ClientOptimizedImpl
- All Implemented Interfaces:
Ses2InternalClient
Manage an AWS MSK client for all users to use (enabling temporary creds). This implementation is for remote instances
to manage the credentials on their own (eliminating credential rotations)
-
Constructor Summary
ConstructorsConstructorDescriptionSes2ClientOptimizedImpl(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
-
Ses2ClientOptimizedImpl
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:
- SES Client.
-