| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
Body |
Body.clone() |
Body |
Message.getBody()
The body of the message.
|
Body |
Body.withHtml(Content html)
An object that represents the version of the message that is displayed in email clients that support HTML.
|
Body |
Body.withText(Content text)
An object that represents the version of the message that is displayed in email clients that don't support HTML,
or clients where the recipient has disabled HTML rendering.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Message.setBody(Body body)
The body of the message.
|
Message |
Message.withBody(Body body)
The body of the message.
|
Copyright © 2022. All rights reserved.