static GetMessageInsightsResponse.Builder |
GetMessageInsightsResponse.builder() |
|
GetMessageInsightsResponse.Builder |
GetMessageInsightsResponse.Builder.emailTags(Collection<MessageTag> emailTags) |
A list of tags, in the form of name/value pairs, that were applied to the email you sent, along with Amazon
SES Auto-Tags.
|
GetMessageInsightsResponse.Builder |
GetMessageInsightsResponse.Builder.emailTags(Consumer<MessageTag.Builder>... emailTags) |
A list of tags, in the form of name/value pairs, that were applied to the email you sent, along with Amazon
SES Auto-Tags.
|
GetMessageInsightsResponse.Builder |
GetMessageInsightsResponse.Builder.emailTags(MessageTag... emailTags) |
A list of tags, in the form of name/value pairs, that were applied to the email you sent, along with Amazon
SES Auto-Tags.
|
GetMessageInsightsResponse.Builder |
GetMessageInsightsResponse.Builder.fromEmailAddress(String fromEmailAddress) |
The from address used to send the message.
|
GetMessageInsightsResponse.Builder |
GetMessageInsightsResponse.Builder.insights(Collection<EmailInsights> insights) |
A set of insights associated with the message.
|
GetMessageInsightsResponse.Builder |
GetMessageInsightsResponse.Builder.insights(Consumer<EmailInsights.Builder>... insights) |
A set of insights associated with the message.
|
GetMessageInsightsResponse.Builder |
GetMessageInsightsResponse.Builder.insights(EmailInsights... insights) |
A set of insights associated with the message.
|
GetMessageInsightsResponse.Builder |
GetMessageInsightsResponse.Builder.messageId(String messageId) |
A unique identifier for the message.
|
GetMessageInsightsResponse.Builder |
GetMessageInsightsResponse.Builder.subject(String subject) |
The subject line of the message.
|
GetMessageInsightsResponse.Builder |
GetMessageInsightsResponse.toBuilder() |
|