Uses of Class
software.amazon.awssdk.services.sesv2.model.EmailContent
Packages that use EmailContent
-
Uses of EmailContent in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return EmailContentModifier and TypeMethodDescriptionfinal EmailContentCreateDeliverabilityTestReportRequest.content()The HTML body of the message that you sent when you performed the predictive inbox placement test.final EmailContentSendEmailRequest.content()An object that contains the body of the message.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type EmailContentModifier and TypeMethodDescriptionCreateDeliverabilityTestReportRequest.Builder.content(EmailContent content) The HTML body of the message that you sent when you performed the predictive inbox placement test.SendEmailRequest.Builder.content(EmailContent content) An object that contains the body of the message.