Class 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 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:
        getSesClient in interface Ses2InternalClient
        Returns:
        SES Client.