Uses of Class
software.amazon.awssdk.services.sesv2.model.EmailContent
-
Packages that use EmailContent Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of EmailContent in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return EmailContent Modifier and Type Method Description EmailContentCreateDeliverabilityTestReportRequest. content()The HTML body of the message that you sent when you performed the predictive inbox placement test.EmailContentSendEmailRequest. content()An object that contains the body of the message.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type EmailContent Modifier and Type Method Description CreateDeliverabilityTestReportRequest.BuilderCreateDeliverabilityTestReportRequest.Builder. content(EmailContent content)The HTML body of the message that you sent when you performed the predictive inbox placement test.SendEmailRequest.BuilderSendEmailRequest.Builder. content(EmailContent content)An object that contains the body of the message.
-