Destination.Builder |
Destination.Builder.bccAddresses(String... bccAddresses) |
An array that contains the email addresses of the "BCC" (blind carbon copy) recipients for the email.
|
Destination.Builder |
Destination.Builder.bccAddresses(Collection<String> bccAddresses) |
An array that contains the email addresses of the "BCC" (blind carbon copy) recipients for the email.
|
static Destination.Builder |
Destination.builder() |
|
Destination.Builder |
Destination.Builder.ccAddresses(String... ccAddresses) |
An array that contains the email addresses of the "CC" (carbon copy) recipients for the email.
|
Destination.Builder |
Destination.Builder.ccAddresses(Collection<String> ccAddresses) |
An array that contains the email addresses of the "CC" (carbon copy) recipients for the email.
|
Destination.Builder |
Destination.Builder.toAddresses(String... toAddresses) |
An array that contains the email addresses of the "To" recipients for the email.
|
Destination.Builder |
Destination.Builder.toAddresses(Collection<String> toAddresses) |
An array that contains the email addresses of the "To" recipients for the email.
|
Destination.Builder |
Destination.toBuilder() |
|