| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
SimpleEmailPart |
SimpleEmailPart.clone() |
SimpleEmailPart |
SimpleEmail.getHtmlPart()
The content of the message, in HTML format.
|
SimpleEmailPart |
SimpleEmail.getSubject()
The subject of the message: A short summary of the content, which will appear in the recipient's inbox.
|
SimpleEmailPart |
SimpleEmail.getTextPart()
The content of the message, in text format.
|
SimpleEmailPart |
SimpleEmailPart.withCharset(String charset)
The character set of the content.
|
SimpleEmailPart |
SimpleEmailPart.withData(String data)
The textual data of the content.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleEmail.setHtmlPart(SimpleEmailPart htmlPart)
The content of the message, in HTML format.
|
void |
SimpleEmail.setSubject(SimpleEmailPart subject)
The subject of the message: A short summary of the content, which will appear in the recipient's inbox.
|
void |
SimpleEmail.setTextPart(SimpleEmailPart textPart)
The content of the message, in text format.
|
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.
|
Copyright © 2019. All rights reserved.