| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
SimpleEmail |
SimpleEmail.clone() |
SimpleEmail |
EmailMessage.getSimpleEmail()
An email composed of a subject, a text part and a html part.
|
SimpleEmail |
SimpleEmail.withHtmlPart(SimpleEmailPart htmlPart)
The content of the message, in HTML format.
|
SimpleEmail |
SimpleEmail.withSubject(SimpleEmailPart subject)
The subject of the message: A short summary of the content, which will appear in the recipient's inbox.
|
SimpleEmail |
SimpleEmail.withTextPart(SimpleEmailPart textPart)
The content of the message, in text format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmailMessage.setSimpleEmail(SimpleEmail simpleEmail)
An email composed of a subject, a text part and a html part.
|
EmailMessage |
EmailMessage.withSimpleEmail(SimpleEmail simpleEmail)
An email composed of a subject, a text part and a html part.
|
Copyright © 2019. All rights reserved.