Index

A C E F T W 
All Classes and Interfaces|All Packages

A

addAttachment(Attachment) - Method in class com.netflix.iep.ses.EmailRequestBuilder
Adds an attachment to the message.
addHeader(String, String) - Method in class com.netflix.iep.ses.EmailRequestBuilder
Add a custom header to the email message.
Attachment - Class in com.netflix.iep.ses
Attachment data to add into the email.

C

com.netflix.iep.ses - package com.netflix.iep.ses
 

E

EmailRequestBuilder - Class in com.netflix.iep.ses
Helper for building RawMessage requests for the common case of an HTML or test email message with some attachments.
EmailRequestBuilder() - Constructor for class com.netflix.iep.ses.EmailRequestBuilder
Create a new instance of the builder.

F

fromByteArray(String, String, byte[]) - Static method in class com.netflix.iep.ses.Attachment
Create an attachment based on the contents of the byte array.
fromFile(String, File) - Static method in class com.netflix.iep.ses.Attachment
Create an attachment based on the contents of a file.
fromInputStream(String, String, InputStream) - Static method in class com.netflix.iep.ses.Attachment
Create an attachment based on the contents read from an input stream.
fromResource(ClassLoader, String, String) - Static method in class com.netflix.iep.ses.Attachment
Create an attachment based on the contents of a resource in the classpath.
fromResource(String, String) - Static method in class com.netflix.iep.ses.Attachment
Create an attachment based on the contents of a resource in the classpath.

T

toByteArray() - Method in class com.netflix.iep.ses.EmailRequestBuilder
Creates a byte array containing the MIME encoded raw message for the email.
toByteBuffer() - Method in class com.netflix.iep.ses.EmailRequestBuilder
Creates a ByteBuffer containing the MIME encoded raw message for the email.
toString() - Method in class com.netflix.iep.ses.Attachment
 
toString() - Method in class com.netflix.iep.ses.EmailRequestBuilder
Generates the MIME encoded string for the message.

W

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.
A C E F T W 
All Classes and Interfaces|All Packages