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 ContentContent. clone()ContentBody. getHtml()The content of the message, in HTML format.ContentMessage. getSubject()The subject of the message: A short summary of the content, which will appear in the recipient's inbox.ContentBody. getText()The content of the message, in text format.ContentContent. withCharset(String charset)The character set of the content.ContentContent. 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 voidBody. setHtml(Content html)The content of the message, in HTML format.voidMessage. setSubject(Content subject)The subject of the message: A short summary of the content, which will appear in the recipient's inbox.voidBody. setText(Content text)The content of the message, in text format.BodyBody. withHtml(Content html)The content of the message, in HTML format.MessageMessage. withSubject(Content subject)The subject of the message: A short summary of the content, which will appear in the recipient's inbox.BodyBody. 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.
-