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

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

Introduction

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

The text is from its open source code.

Constructor

Message()
Default constructor for Message object.
Message(Content subject, Body body)
Constructs a new Message object.

Method

BodygetBody()

The message body.

ContentgetSubject()

The subject of the message: A short summary of the content, which will appear in the recipient's inbox.

voidsetBody(Body body)

The message body.

voidsetSubject(Content subject)

The subject of the message: A short summary of the content, which will appear in the recipient's inbox.