| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2 |
|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
default SendBulkEmailResponse |
SesV2Client.sendBulkEmail(Consumer<SendBulkEmailRequest.Builder> sendBulkEmailRequest)
Composes an email message to multiple destinations.
|
default CompletableFuture<SendBulkEmailResponse> |
SesV2AsyncClient.sendBulkEmail(Consumer<SendBulkEmailRequest.Builder> sendBulkEmailRequest)
Composes an email message to multiple destinations.
|
| Modifier and Type | Method and Description |
|---|---|
static SendBulkEmailRequest.Builder |
SendBulkEmailRequest.builder() |
SendBulkEmailRequest.Builder |
SendBulkEmailRequest.Builder.bulkEmailEntries(BulkEmailEntry... bulkEmailEntries)
The list of bulk email entry objects.
|
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.configurationSetName(String configurationSetName)
The name of the configuration set to use when sending the email.
|
SendBulkEmailRequest.Builder |
SendBulkEmailRequest.Builder.defaultContent(BulkEmailContent defaultContent)
An object that contains the body of the message.
|
default SendBulkEmailRequest.Builder |
SendBulkEmailRequest.Builder.defaultContent(Consumer<BulkEmailContent.Builder> 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(AwsRequestOverrideConfiguration overrideConfiguration) |
SendBulkEmailRequest.Builder |
SendBulkEmailRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SendBulkEmailRequest.Builder |
SendBulkEmailRequest.Builder.replyToAddresses(Collection<String> replyToAddresses)
The "Reply-to" email addresses for the message.
|
SendBulkEmailRequest.Builder |
SendBulkEmailRequest.Builder.replyToAddresses(String... replyToAddresses)
The "Reply-to" email addresses for the message.
|
SendBulkEmailRequest.Builder |
SendBulkEmailRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SendBulkEmailRequest.Builder> |
SendBulkEmailRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.