Uses of Class
com.amazonaws.services.simpleemail.model.Content
-
Packages that use Content Package Description com.amazonaws.services.simpleemail.model -
-
Uses of Content in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return Content Modifier and Type Method Description Content
Content. clone()
Content
Body. getHtml()
The content of the message, in HTML format.Content
Message. getSubject()
The subject of the message: A short summary of the content, which will appear in the recipient's inbox.Content
Body. getText()
The content of the message, in text format.Content
Content. withCharset(String charset)
The character set of the content.Content
Content. withData(String data)
The textual data of the content.Methods in com.amazonaws.services.simpleemail.model with parameters of type Content Modifier and Type Method Description void
Body. setHtml(Content html)
The content of the message, in HTML format.void
Message. setSubject(Content subject)
The subject of the message: A short summary of the content, which will appear in the recipient's inbox.void
Body. setText(Content text)
The content of the message, in text format.Body
Body. withHtml(Content html)
The content of the message, in HTML format.Message
Message. withSubject(Content subject)
The subject of the message: A short summary of the content, which will appear in the recipient's inbox.Body
Body. withText(Content text)
The content of the message, in text format.Constructors in com.amazonaws.services.simpleemail.model with parameters of type Content Constructor Description Body(Content text)
Constructs a new Body object.Message(Content subject, Body body)
Constructs a new Message object.
-