| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
EmailTemplateMetadata |
EmailTemplateMetadata.clone() |
EmailTemplateMetadata |
EmailTemplateMetadata.withCreatedTimestamp(Date createdTimestamp)
The time and date the template was created.
|
EmailTemplateMetadata |
EmailTemplateMetadata.withTemplateName(String templateName)
The name of the template.
|
| Modifier and Type | Method and Description |
|---|---|
List<EmailTemplateMetadata> |
ListEmailTemplatesResult.getTemplatesMetadata()
An array the contains the name and creation time stamp for each template in your Amazon SES account.
|
| Modifier and Type | Method and Description |
|---|---|
ListEmailTemplatesResult |
ListEmailTemplatesResult.withTemplatesMetadata(EmailTemplateMetadata... templatesMetadata)
An array the contains the name and creation time stamp for each template in your Amazon SES account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEmailTemplatesResult.setTemplatesMetadata(Collection<EmailTemplateMetadata> templatesMetadata)
An array the contains the name and creation time stamp for each template in your Amazon SES account.
|
ListEmailTemplatesResult |
ListEmailTemplatesResult.withTemplatesMetadata(Collection<EmailTemplateMetadata> templatesMetadata)
An array the contains the name and creation time stamp for each template in your Amazon SES account.
|
Copyright © 2020. All rights reserved.