Uses of Class
software.amazon.awssdk.services.ses.model.Content
-
Packages that use Content Package Description software.amazon.awssdk.services.ses.model -
-
Uses of Content in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return Content Modifier and Type Method Description ContentBody. html()The content of the message, in HTML format.ContentMessage. subject()The subject of the message: A short summary of the content, which appears in the recipient's inbox.ContentBody. text()The content of the message, in text format.Methods in software.amazon.awssdk.services.ses.model with parameters of type Content Modifier and Type Method Description Body.BuilderBody.Builder. html(Content html)The content of the message, in HTML format.Message.BuilderMessage.Builder. subject(Content subject)The subject of the message: A short summary of the content, which appears in the recipient's inbox.Body.BuilderBody.Builder. text(Content text)The content of the message, in text format.
-