Uses of Class
software.amazon.awssdk.services.ses.model.TemplateMetadata
Packages that use TemplateMetadata
-
Uses of TemplateMetadata in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type TemplateMetadataModifier and TypeMethodDescriptionfinal List<TemplateMetadata>ListTemplatesResponse.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.ses.model with parameters of type TemplateMetadataModifier and TypeMethodDescriptionListTemplatesResponse.Builder.templatesMetadata(TemplateMetadata... 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.ses.model with type arguments of type TemplateMetadataModifier and TypeMethodDescriptionListTemplatesResponse.Builder.templatesMetadata(Collection<TemplateMetadata> templatesMetadata) An array the contains the name and creation time stamp for each template in your Amazon SES account.