| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
SimpleEmailPart |
SimpleEmailPart.clone() |
SimpleEmailPart |
SimpleEmail.getHtmlPart()
The body of the email message, in HTML format.
|
SimpleEmailPart |
SimpleEmail.getSubject()
The subject line, or title, of the email.
|
SimpleEmailPart |
SimpleEmail.getTextPart()
The body of the email message, in plain text format.
|
SimpleEmailPart |
SimpleEmailPart.withCharset(String charset)
The applicable character set for the message content.
|
SimpleEmailPart |
SimpleEmailPart.withData(String data)
The textual data of the message content.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleEmail.setHtmlPart(SimpleEmailPart htmlPart)
The body of the email message, in HTML format.
|
void |
SimpleEmail.setSubject(SimpleEmailPart subject)
The subject line, or title, of the email.
|
void |
SimpleEmail.setTextPart(SimpleEmailPart textPart)
The body of the email message, in plain text format.
|
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.
|
Copyright © 2023. All rights reserved.