Package | Description |
---|---|
com.amazonaws.services.simpleemail.model |
Modifier and Type | Method and Description |
---|---|
TemplateMetadata |
TemplateMetadata.clone() |
TemplateMetadata |
TemplateMetadata.withCreatedTimestamp(Date createdTimestamp)
The time and date the template was created.
|
TemplateMetadata |
TemplateMetadata.withName(String name)
The name of the template.
|
Modifier and Type | Method and Description |
---|---|
List<TemplateMetadata> |
ListTemplatesResult.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 |
---|---|
ListTemplatesResult |
ListTemplatesResult.withTemplatesMetadata(TemplateMetadata... 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 |
ListTemplatesResult.setTemplatesMetadata(Collection<TemplateMetadata> templatesMetadata)
An array the contains the name and creation time stamp for each template in your Amazon SES account.
|
ListTemplatesResult |
ListTemplatesResult.withTemplatesMetadata(Collection<TemplateMetadata> templatesMetadata)
An array the contains the name and creation time stamp for each template in your Amazon SES account.
|
Copyright © 2020. All rights reserved.