Class SendSESAction

java.lang.Object
com.kingsrook.qqq.backend.core.model.metadata.messaging.ses.SendSESAction

public class SendSESAction extends Object
  • Constructor Details

    • SendSESAction

      public SendSESAction()
  • Method Details

    • sendMessage

      public SendMessageOutput sendMessage(SendMessageInput sendMessageInput) throws QException
      Throws:
      QException
    • setAmazonSES

      public void setAmazonSES(com.amazonaws.services.simpleemail.AmazonSimpleEmailService amazonSES)
      Set the amazonSES object.
    • getAmazonSES

      protected com.amazonaws.services.simpleemail.AmazonSimpleEmailService getAmazonSES(SendMessageInput sendMessageInput)
      Internal accessor for the amazonSES object - should always use this, not the field.