Package | Description |
---|---|
software.amazon.awssdk.services.sesv2.model |
Modifier and Type | Method and Description |
---|---|
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.
|
Destination.Builder |
Destination.Builder.bccAddresses(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(Collection<String> ccAddresses)
An array that contains the email addresses of the "CC" (carbon copy) recipients for the email.
|
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.toAddresses(Collection<String> toAddresses)
An array that contains the email addresses of the "To" 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.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends Destination.Builder> |
Destination.serializableBuilderClass() |
Modifier and Type | Method and Description |
---|---|
default SendEmailRequest.Builder |
SendEmailRequest.Builder.destination(Consumer<Destination.Builder> destination)
An object that contains the recipients of the email message.
|
Copyright © 2020. All rights reserved.