- withBccAddresses(String...) - Method in class com.netflix.iep.ses.EmailRequestBuilder
-
Set the list of addresses to be copied on the message without other recipients being
aware.
- withCcAddresses(String...) - Method in class com.netflix.iep.ses.EmailRequestBuilder
-
Set the list of addresses to be copied on the message.
- withConfigSet(String) - Method in class com.netflix.iep.ses.EmailRequestBuilder
-
Specifies an SES configuration set to use for the message.
- withFromAddress(String) - Method in class com.netflix.iep.ses.EmailRequestBuilder
-
Set the source or from address of the message.
- withFromArn(String) - Method in class com.netflix.iep.ses.EmailRequestBuilder
-
Set the ARN of the identity that is associated with the sending authorization policy
that permits you to specify a particular "From" address in the header of the raw email.
- withHtmlBody(String) - Method in class com.netflix.iep.ses.EmailRequestBuilder
-
Sets the body of the message using a content type of text/html.
- withReplyToAddresses(String...) - Method in class com.netflix.iep.ses.EmailRequestBuilder
-
Set the list of addresses to use for replies to the message.
- withSubject(String) - Method in class com.netflix.iep.ses.EmailRequestBuilder
-
Sets the subject of the message.
- withTextBody(String) - Method in class com.netflix.iep.ses.EmailRequestBuilder
-
Sets the body of the message using a content type of text/plain.
- withToAddresses(String...) - Method in class com.netflix.iep.ses.EmailRequestBuilder
-
Set the list of recipients for the message.