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 Details

    • Ses2ClientOptimizedImpl

      public Ses2ClientOptimizedImpl(Ses2Configuration configuration)
      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:
      getSesClient in interface Ses2InternalClient
      Returns:
      SES Client.