| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
EmailTemplateResponse |
EmailTemplateResponse.addTagsEntry(String key,
String value) |
EmailTemplateResponse |
EmailTemplateResponse.clearTagsEntries()
Removes all the entries added into Tags.
|
EmailTemplateResponse |
EmailTemplateResponse.clone() |
EmailTemplateResponse |
GetEmailTemplateResult.getEmailTemplateResponse() |
EmailTemplateResponse |
EmailTemplateResponse.withArn(String arn)
The Amazon Resource Name (ARN) of the message template.
|
EmailTemplateResponse |
EmailTemplateResponse.withCreationDate(String creationDate)
The date when the message template was created.
|
EmailTemplateResponse |
EmailTemplateResponse.withHtmlPart(String htmlPart)
The message body, in HTML format, that's used in email messages that are based on the message template.
|
EmailTemplateResponse |
EmailTemplateResponse.withLastModifiedDate(String lastModifiedDate)
The date when the message template was last modified.
|
EmailTemplateResponse |
EmailTemplateResponse.withSubject(String subject)
The subject line, or title, that's used in email messages that are based on the message template.
|
EmailTemplateResponse |
EmailTemplateResponse.withTags(Map<String,String> tags)
A string-to-string map of key-value pairs that identifies the tags that are associated with the message template.
|
EmailTemplateResponse |
EmailTemplateResponse.withTemplateName(String templateName)
The name of the message template.
|
EmailTemplateResponse |
EmailTemplateResponse.withTemplateType(String templateType)
The type of channel that the message template is designed for.
|
EmailTemplateResponse |
EmailTemplateResponse.withTemplateType(TemplateType templateType)
The type of channel that the message template is designed for.
|
EmailTemplateResponse |
EmailTemplateResponse.withTextPart(String textPart)
The message body, in text format, that's used in email messages that are based on the message template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetEmailTemplateResult.setEmailTemplateResponse(EmailTemplateResponse emailTemplateResponse) |
GetEmailTemplateResult |
GetEmailTemplateResult.withEmailTemplateResponse(EmailTemplateResponse emailTemplateResponse) |
Copyright © 2019. All rights reserved.