Class Ses2ClientStandardImpl

  • All Implemented Interfaces:
    Ses2InternalClient

    public class Ses2ClientStandardImpl
    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 Detail

      • Ses2ClientStandardImpl

        public Ses2ClientStandardImpl​(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:
        getSesClient in interface Ses2InternalClient
        Returns:
        Amazon SES Client.