Package | Description |
---|---|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
SimpleEmail |
SimpleEmail.clone() |
SimpleEmail |
EmailMessage.getSimpleEmail()
The email message, composed of a subject, a text part, and an HTML part.
|
SimpleEmail |
SimpleEmail.withHeaders(Collection<MessageHeader> headers)
The list of MessageHeaders for the email.
|
SimpleEmail |
SimpleEmail.withHeaders(MessageHeader... headers)
The list of MessageHeaders for the email.
|
SimpleEmail |
SimpleEmail.withHtmlPart(SimpleEmailPart htmlPart)
The body of the email message, in HTML format.
|
SimpleEmail |
SimpleEmail.withSubject(SimpleEmailPart subject)
The subject line, or title, of the email.
|
SimpleEmail |
SimpleEmail.withTextPart(SimpleEmailPart textPart)
The body of the email message, in plain text format.
|
Modifier and Type | Method and Description |
---|---|
void |
EmailMessage.setSimpleEmail(SimpleEmail simpleEmail)
The email message, composed of a subject, a text part, and an HTML part.
|
EmailMessage |
EmailMessage.withSimpleEmail(SimpleEmail simpleEmail)
The email message, composed of a subject, a text part, and an HTML part.
|
Copyright © 2024. All rights reserved.