Uses of Class
com.amazonaws.services.simpleemail.model.Message
-
Packages that use Message Package Description com.amazonaws.services.simpleemail.model -
-
Uses of Message in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return Message Modifier and Type Method Description Message
Message. clone()
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 Modifier and Type Method Description 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 Constructor Description SendEmailRequest(String source, Destination destination, Message message)
Constructs a new SendEmailRequest object.
-