| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
SimpleEmailPart |
SimpleEmail.htmlPart()
The content of the message, in HTML format.
|
SimpleEmailPart |
SimpleEmail.subject()
The subject of the message: A short summary of the content, which will appear in the recipient's inbox.
|
SimpleEmailPart |
SimpleEmail.textPart()
The content of the message, in text format.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleEmail.Builder |
SimpleEmail.Builder.htmlPart(SimpleEmailPart htmlPart)
The content of the message, in HTML format.
|
SimpleEmail.Builder |
SimpleEmail.Builder.subject(SimpleEmailPart subject)
The subject of the message: A short summary of the content, which will appear in the recipient's inbox.
|
SimpleEmail.Builder |
SimpleEmail.Builder.textPart(SimpleEmailPart textPart)
The content of the message, in text format.
|
Copyright © 2018. All rights reserved.