Uses of Class
com.amazonaws.services.simpleemail.model.Content

Packages that use Content
com.amazonaws.services.simpleemail.model Classes modeling the various types represented by AmazonSimpleEmailService. 
 

Uses of Content in com.amazonaws.services.simpleemail.model
 

Methods in com.amazonaws.services.simpleemail.model that return Content
 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
 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
Body(Content text)
          Constructs a new Body object.
Message(Content subject, Body body)
          Constructs a new Message object.
 



Copyright © 2016. All rights reserved.