Uses of Class
com.amazonaws.services.simpleemail.model.Message
Packages that use Message
-
Uses of Message in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return MessageModifier and TypeMethodDescriptionMessage.clone()SendEmailRequest.getMessage()The message to be sent.The message body.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 MessageModifier and TypeMethodDescriptionvoidSendEmailRequest.setMessage(Message message) The message to be sent.SendEmailRequest.withMessage(Message message) The message to be sent.Constructors in com.amazonaws.services.simpleemail.model with parameters of type MessageModifierConstructorDescriptionSendEmailRequest(String source, Destination destination, Message message) Constructs a new SendEmailRequest object.