Class Ses2ClientOptimizedImpl
- java.lang.Object
-
- org.apache.camel.component.aws2.ses.client.impl.Ses2ClientOptimizedImpl
-
- All Implemented Interfaces:
Ses2InternalClient
public class Ses2ClientOptimizedImpl extends Object implements 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
Constructors Constructor Description Ses2ClientOptimizedImpl(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
-
Ses2ClientOptimizedImpl
public Ses2ClientOptimizedImpl(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:
- SES Client.
-
-