Class Ses2ClientSessionTokenImpl

java.lang.Object
org.apache.camel.component.aws2.ses.client.impl.Ses2ClientSessionTokenImpl
All Implemented Interfaces:
Ses2InternalClient

public class Ses2ClientSessionTokenImpl 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 Details

    • Ses2ClientSessionTokenImpl

      public Ses2ClientSessionTokenImpl(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:
      Amazon SES Client.