| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
SimpleEmailPart |
SimpleEmail.htmlPart()
The body of the email message, in HTML format.
|
SimpleEmailPart |
SimpleEmail.subject()
The subject line, or title, of the email.
|
SimpleEmailPart |
SimpleEmail.textPart()
The body of the email message, in plain text format.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleEmail.Builder |
SimpleEmail.Builder.htmlPart(SimpleEmailPart htmlPart)
The body of the email message, in HTML format.
|
SimpleEmail.Builder |
SimpleEmail.Builder.subject(SimpleEmailPart subject)
The subject line, or title, of the email.
|
SimpleEmail.Builder |
SimpleEmail.Builder.textPart(SimpleEmailPart textPart)
The body of the email message, in plain text format.
|
Copyright © 2023. All rights reserved.