Uses of Class
software.amazon.awssdk.services.sesv2.model.EmailTemplateMetadata
Packages that use EmailTemplateMetadata
-
Uses of EmailTemplateMetadata in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type EmailTemplateMetadataModifier and TypeMethodDescriptionfinal List<EmailTemplateMetadata>ListEmailTemplatesResponse.templatesMetadata()An array the contains the name and creation time stamp for each template in your Amazon SES account.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type EmailTemplateMetadataModifier and TypeMethodDescriptionListEmailTemplatesResponse.Builder.templatesMetadata(EmailTemplateMetadata... templatesMetadata) An array the contains the name and creation time stamp for each template in your Amazon SES account.Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type EmailTemplateMetadataModifier and TypeMethodDescriptionListEmailTemplatesResponse.Builder.templatesMetadata(Collection<EmailTemplateMetadata> templatesMetadata) An array the contains the name and creation time stamp for each template in your Amazon SES account.