| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses.model |
| Modifier and Type | Method and Description |
|---|---|
Content |
Body.html()
The content of the message, in HTML format.
|
Content |
Message.subject()
The subject of the message: A short summary of the content, which will appear in the recipient's inbox.
|
Content |
Body.text()
The content of the message, in text format.
|
| Modifier and Type | Method and Description |
|---|---|
Body.Builder |
Body.Builder.html(Content html)
The content of the message, in HTML format.
|
Message.Builder |
Message.Builder.subject(Content subject)
The subject of the message: A short summary of the content, which will appear in the recipient's inbox.
|
Body.Builder |
Body.Builder.text(Content text)
The content of the message, in text format.
|
Copyright © 2023. All rights reserved.