| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
Destination |
Destination.clone() |
Destination |
SendEmailRequest.getDestination()
An object that contains the recipients of the email message.
|
Destination |
BulkEmailEntry.getDestination()
Represents the destination of the message, consisting of To:, CC:, and BCC: fields.
|
Destination |
Destination.withBccAddresses(Collection<String> bccAddresses)
An array that contains the email addresses of the "BCC" (blind carbon copy) recipients for the email.
|
Destination |
Destination.withBccAddresses(String... bccAddresses)
An array that contains the email addresses of the "BCC" (blind carbon copy) recipients for the email.
|
Destination |
Destination.withCcAddresses(Collection<String> ccAddresses)
An array that contains the email addresses of the "CC" (carbon copy) recipients for the email.
|
Destination |
Destination.withCcAddresses(String... ccAddresses)
An array that contains the email addresses of the "CC" (carbon copy) recipients for the email.
|
Destination |
Destination.withToAddresses(Collection<String> toAddresses)
An array that contains the email addresses of the "To" recipients for the email.
|
Destination |
Destination.withToAddresses(String... toAddresses)
An array that contains the email addresses of the "To" recipients for the email.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SendEmailRequest.setDestination(Destination destination)
An object that contains the recipients of the email message.
|
void |
BulkEmailEntry.setDestination(Destination destination)
Represents the destination of the message, consisting of To:, CC:, and BCC: fields.
|
SendEmailRequest |
SendEmailRequest.withDestination(Destination destination)
An object that contains the recipients of the email message.
|
BulkEmailEntry |
BulkEmailEntry.withDestination(Destination destination)
Represents the destination of the message, consisting of To:, CC:, and BCC: fields.
|
Copyright © 2020. All rights reserved.