Class AwsSesSendResult


  • @Deprecated
    public class AwsSesSendResult
    extends Object
    Deprecated.
    use AwsServiceClient instead.
    The result of an AWS SES send request.
    • Constructor Detail

      • AwsSesSendResult

        public AwsSesSendResult​(String messageId)
        Deprecated.
        Constructs a result.
        Parameters:
        messageId - the id of the sent message.
    • Method Detail

      • getMessageId

        public String getMessageId()
        Deprecated.
        Returns the id of the sent message.
        Returns:
        the id of the sent message.