| Package | Description |
|---|---|
| com.amazonaws.services.simpleemail.model |
| Modifier and Type | Method and Description |
|---|---|
Body |
Body.clone() |
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Message.setBody(Body body)
The message body.
|
Message |
Message.withBody(Body body)
The message body.
|
| Constructor and Description |
|---|
Message(Content subject,
Body body)
Constructs a new Message object.
|
Copyright © 2022. All rights reserved.