| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2 |
|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
SendBulkEmailResult |
AbstractAmazonSimpleEmailServiceV2.sendBulkEmail(SendBulkEmailRequest request) |
SendBulkEmailResult |
AmazonSimpleEmailServiceV2.sendBulkEmail(SendBulkEmailRequest sendBulkEmailRequest)
Composes an email message to multiple destinations.
|
SendBulkEmailResult |
AmazonSimpleEmailServiceV2Client.sendBulkEmail(SendBulkEmailRequest request)
Composes an email message to multiple destinations.
|
Future<SendBulkEmailResult> |
AbstractAmazonSimpleEmailServiceV2Async.sendBulkEmailAsync(SendBulkEmailRequest request) |
Future<SendBulkEmailResult> |
AmazonSimpleEmailServiceV2Async.sendBulkEmailAsync(SendBulkEmailRequest sendBulkEmailRequest)
Composes an email message to multiple destinations.
|
Future<SendBulkEmailResult> |
AmazonSimpleEmailServiceV2AsyncClient.sendBulkEmailAsync(SendBulkEmailRequest request) |
Future<SendBulkEmailResult> |
AbstractAmazonSimpleEmailServiceV2Async.sendBulkEmailAsync(SendBulkEmailRequest request,
AsyncHandler<SendBulkEmailRequest,SendBulkEmailResult> asyncHandler) |
Future<SendBulkEmailResult> |
AmazonSimpleEmailServiceV2Async.sendBulkEmailAsync(SendBulkEmailRequest sendBulkEmailRequest,
AsyncHandler<SendBulkEmailRequest,SendBulkEmailResult> asyncHandler)
Composes an email message to multiple destinations.
|
Future<SendBulkEmailResult> |
AmazonSimpleEmailServiceV2AsyncClient.sendBulkEmailAsync(SendBulkEmailRequest request,
AsyncHandler<SendBulkEmailRequest,SendBulkEmailResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<SendBulkEmailResult> |
AbstractAmazonSimpleEmailServiceV2Async.sendBulkEmailAsync(SendBulkEmailRequest request,
AsyncHandler<SendBulkEmailRequest,SendBulkEmailResult> asyncHandler) |
Future<SendBulkEmailResult> |
AmazonSimpleEmailServiceV2Async.sendBulkEmailAsync(SendBulkEmailRequest sendBulkEmailRequest,
AsyncHandler<SendBulkEmailRequest,SendBulkEmailResult> asyncHandler)
Composes an email message to multiple destinations.
|
Future<SendBulkEmailResult> |
AmazonSimpleEmailServiceV2AsyncClient.sendBulkEmailAsync(SendBulkEmailRequest request,
AsyncHandler<SendBulkEmailRequest,SendBulkEmailResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SendBulkEmailRequest |
SendBulkEmailRequest.clone() |
SendBulkEmailRequest |
SendBulkEmailRequest.withBulkEmailEntries(BulkEmailEntry... bulkEmailEntries)
The list of bulk email entry objects.
|
SendBulkEmailRequest |
SendBulkEmailRequest.withBulkEmailEntries(Collection<BulkEmailEntry> bulkEmailEntries)
The list of bulk email entry objects.
|
SendBulkEmailRequest |
SendBulkEmailRequest.withConfigurationSetName(String configurationSetName)
The name of the configuration set to use when sending the email.
|
SendBulkEmailRequest |
SendBulkEmailRequest.withDefaultContent(BulkEmailContent defaultContent)
An object that contains the body of the message.
|
SendBulkEmailRequest |
SendBulkEmailRequest.withDefaultEmailTags(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 |
SendBulkEmailRequest.withDefaultEmailTags(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 |
SendBulkEmailRequest.withFeedbackForwardingEmailAddress(String feedbackForwardingEmailAddress)
The address that you want bounce and complaint notifications to be sent to.
|
SendBulkEmailRequest |
SendBulkEmailRequest.withFeedbackForwardingEmailAddressIdentityArn(String feedbackForwardingEmailAddressIdentityArn)
This parameter is used only for sending authorization.
|
SendBulkEmailRequest |
SendBulkEmailRequest.withFromEmailAddress(String fromEmailAddress)
The email address to use as the "From" address for the email.
|
SendBulkEmailRequest |
SendBulkEmailRequest.withFromEmailAddressIdentityArn(String fromEmailAddressIdentityArn)
This parameter is used only for sending authorization.
|
SendBulkEmailRequest |
SendBulkEmailRequest.withReplyToAddresses(Collection<String> replyToAddresses)
The "Reply-to" email addresses for the message.
|
SendBulkEmailRequest |
SendBulkEmailRequest.withReplyToAddresses(String... replyToAddresses)
The "Reply-to" email addresses for the message.
|
Copyright © 2023. All rights reserved.