Java com.amazonaws.services.simpleemail.model Body fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.simpleemail.model Body fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.simpleemail.model Body.

The text is from its open source code.

Constructor

Body()
Default constructor for Body object.
Body(Content text)
Constructs a new Body object.

Method

ContentgetHtml()

The content of the message, in HTML format.

ContentgetText()

The content of the message, in text format.

voidsetHtml(Content html)

The content of the message, in HTML format.

voidsetText(Content text)

The content of the message, in text format.

BodywithHtml(Content html)

The content of the message, in HTML format.

BodywithText(Content text)

The content of the message, in text format.