Uses of Class
com.amazonaws.services.simpleemail.model.Message

Packages that use Message
com.amazonaws.services.simpleemail.model Classes modeling the various types represented by AmazonSimpleEmailService. 
 

Uses of Message in com.amazonaws.services.simpleemail.model
 

Methods in com.amazonaws.services.simpleemail.model that return Message
 Message SendEmailRequest.getMessage()
          The message to be sent.
 Message Message.withBody(Body body)
          The message body.
 Message Message.withSubject(Content subject)
          The subject of the message: A short summary of the content, which will appear in the recipient's inbox.
 

Methods in com.amazonaws.services.simpleemail.model with parameters of type Message
 void SendEmailRequest.setMessage(Message message)
          The message to be sent.
 SendEmailRequest SendEmailRequest.withMessage(Message message)
          The message to be sent.
 

Constructors in com.amazonaws.services.simpleemail.model with parameters of type Message
SendEmailRequest(String source, Destination destination, Message message)
          Constructs a new SendEmailRequest object.
 



Copyright © 2016. All rights reserved.