static SendBulkEmailRequest.Builder |
SendBulkEmailRequest.builder() |
|
SendBulkEmailRequest.Builder |
SendBulkEmailRequest.Builder.bulkEmailEntries(Collection<BulkEmailEntry> bulkEmailEntries) |
The list of bulk email entry objects.
|
SendBulkEmailRequest.Builder |
SendBulkEmailRequest.Builder.bulkEmailEntries(Consumer<BulkEmailEntry.Builder>... bulkEmailEntries) |
The list of bulk email entry objects.
|
SendBulkEmailRequest.Builder |
SendBulkEmailRequest.Builder.bulkEmailEntries(BulkEmailEntry... bulkEmailEntries) |
The list of bulk email entry objects.
|
SendBulkEmailRequest.Builder |
SendBulkEmailRequest.Builder.configurationSetName(String configurationSetName) |
The name of the configuration set to use when sending the email.
|
default SendBulkEmailRequest.Builder |
SendBulkEmailRequest.Builder.defaultContent(Consumer<BulkEmailContent.Builder> defaultContent) |
An object that contains the body of the message.
|
SendBulkEmailRequest.Builder |
SendBulkEmailRequest.Builder.defaultContent(BulkEmailContent defaultContent) |
An object that contains the body of the message.
|
SendBulkEmailRequest.Builder |
SendBulkEmailRequest.Builder.defaultEmailTags(Collection<MessageTag> defaultEmailTags) |
A list of tags, in the form of name/value pairs, to apply to an email that you send using the
SendEmail operation.
|
SendBulkEmailRequest.Builder |
SendBulkEmailRequest.Builder.defaultEmailTags(Consumer<MessageTag.Builder>... defaultEmailTags) |
A list of tags, in the form of name/value pairs, to apply to an email that you send using the
SendEmail operation.
|
SendBulkEmailRequest.Builder |
SendBulkEmailRequest.Builder.defaultEmailTags(MessageTag... defaultEmailTags) |
A list of tags, in the form of name/value pairs, to apply to an email that you send using the
SendEmail operation.
|
SendBulkEmailRequest.Builder |
SendBulkEmailRequest.Builder.feedbackForwardingEmailAddress(String feedbackForwardingEmailAddress) |
The address that you want bounce and complaint notifications to be sent to.
|
SendBulkEmailRequest.Builder |
SendBulkEmailRequest.Builder.feedbackForwardingEmailAddressIdentityArn(String feedbackForwardingEmailAddressIdentityArn) |
This parameter is used only for sending authorization.
|
SendBulkEmailRequest.Builder |
SendBulkEmailRequest.Builder.fromEmailAddress(String fromEmailAddress) |
The email address to use as the "From" address for the email.
|
SendBulkEmailRequest.Builder |
SendBulkEmailRequest.Builder.fromEmailAddressIdentityArn(String fromEmailAddressIdentityArn) |
This parameter is used only for sending authorization.
|
SendBulkEmailRequest.Builder |
SendBulkEmailRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
SendBulkEmailRequest.Builder |
SendBulkEmailRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
SendBulkEmailRequest.Builder |
SendBulkEmailRequest.Builder.replyToAddresses(String... replyToAddresses) |
The "Reply-to" email addresses for the message.
|
SendBulkEmailRequest.Builder |
SendBulkEmailRequest.Builder.replyToAddresses(Collection<String> replyToAddresses) |
The "Reply-to" email addresses for the message.
|
SendBulkEmailRequest.Builder |
SendBulkEmailRequest.toBuilder() |
|