| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
Content |
Body.html()
An object that represents the version of the message that is displayed in email clients that support HTML.
|
Content |
Message.subject()
The subject line of the email.
|
Content |
Body.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 |
|---|---|
Body.Builder |
Body.Builder.html(Content html)
An object that represents the version of the message that is displayed in email clients that support HTML.
|
Message.Builder |
Message.Builder.subject(Content subject)
The subject line of the email.
|
Body.Builder |
Body.Builder.text(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.
|
Copyright © 2021. All rights reserved.