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

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

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

Methods in com.amazonaws.services.simpleemail.model that return Body
 Body Message.getBody()
          The message body.
 Body Body.withHtml(Content html)
          The content of the message, in HTML format.
 Body Body.withText(Content text)
          The content of the message, in text format.
 

Methods in com.amazonaws.services.simpleemail.model with parameters of type Body
 void Message.setBody(Body body)
          The message body.
 Message Message.withBody(Body body)
          The message body.
 

Constructors in com.amazonaws.services.simpleemail.model with parameters of type Body
Message(Content subject, Body body)
          Constructs a new Message object.
 



Copyright © 2016. All rights reserved.