Uses of Class
com.amazonaws.services.simpleemail.model.Content
Packages that use Content
-
Uses of Content in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return ContentModifier and TypeMethodDescriptionContent.clone()
Body.getHtml()
The content of the message, in HTML format.Message.getSubject()
The subject of the message: A short summary of the content, which will appear in the recipient's inbox.Body.getText()
The content of the message, in text format.Content.withCharset
(String charset) The character set of the content.The textual data of the content.Methods in com.amazonaws.services.simpleemail.model with parameters of type ContentModifier and TypeMethodDescriptionvoid
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
The content of the message, in text format.The content of the message, in HTML format.Message.withSubject
(Content subject) The subject of the message: A short summary of the content, which will appear in the recipient's inbox.The content of the message, in text format.Constructors in com.amazonaws.services.simpleemail.model with parameters of type Content