Uses of Class
software.amazon.awssdk.services.sesv2.model.Content
-
Packages that use Content Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of Content in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return Content Modifier and Type Method Description ContentBody. html()An object that represents the version of the message that is displayed in email clients that support HTML.ContentMessage. subject()The subject line of the email.ContentBody. text()An object that represents the version of the message that is displayed in email clients that don't support HTML, or clients where the recipient has disabled HTML rendering.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type Content Modifier and Type Method Description Body.BuilderBody.Builder. html(Content html)An object that represents the version of the message that is displayed in email clients that support HTML.Message.BuilderMessage.Builder. subject(Content subject)The subject line of the email.Body.BuilderBody.Builder. text(Content text)An object that represents the version of the message that is displayed in email clients that don't support HTML, or clients where the recipient has disabled HTML rendering.
-