Uses of Class
software.amazon.awssdk.services.pinpoint.model.SimpleEmailPart
-
Packages that use SimpleEmailPart Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of SimpleEmailPart in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return SimpleEmailPart Modifier and Type Method Description SimpleEmailPartSimpleEmail. htmlPart()The body of the email message, in HTML format.SimpleEmailPartSimpleEmail. subject()The subject line, or title, of the email.SimpleEmailPartSimpleEmail. textPart()The body of the email message, in plain text format.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type SimpleEmailPart Modifier and Type Method Description SimpleEmail.BuilderSimpleEmail.Builder. htmlPart(SimpleEmailPart htmlPart)The body of the email message, in HTML format.SimpleEmail.BuilderSimpleEmail.Builder. subject(SimpleEmailPart subject)The subject line, or title, of the email.SimpleEmail.BuilderSimpleEmail.Builder. textPart(SimpleEmailPart textPart)The body of the email message, in plain text format.
-