Uses of Interface
software.amazon.awssdk.services.sesv2.model.Destination.Builder
-
Packages that use Destination.Builder Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of Destination.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return Destination.Builder Modifier and Type Method Description Destination.BuilderDestination.Builder. bccAddresses(String... bccAddresses)An array that contains the email addresses of the "BCC" (blind carbon copy) recipients for the email.Destination.BuilderDestination.Builder. bccAddresses(Collection<String> bccAddresses)An array that contains the email addresses of the "BCC" (blind carbon copy) recipients for the email.static Destination.BuilderDestination. builder()Destination.BuilderDestination.Builder. ccAddresses(String... ccAddresses)An array that contains the email addresses of the "CC" (carbon copy) recipients for the email.Destination.BuilderDestination.Builder. ccAddresses(Collection<String> ccAddresses)An array that contains the email addresses of the "CC" (carbon copy) recipients for the email.Destination.BuilderDestination.Builder. toAddresses(String... toAddresses)An array that contains the email addresses of the "To" recipients for the email.Destination.BuilderDestination.Builder. toAddresses(Collection<String> toAddresses)An array that contains the email addresses of the "To" recipients for the email.Destination.BuilderDestination. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type Destination.Builder Modifier and Type Method Description static Class<? extends Destination.Builder>Destination. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type Destination.Builder Modifier and Type Method Description default BulkEmailEntry.BuilderBulkEmailEntry.Builder. destination(Consumer<Destination.Builder> destination)Represents the destination of the message, consisting of To:, CC:, and BCC: fields.default SendEmailRequest.BuilderSendEmailRequest.Builder. destination(Consumer<Destination.Builder> destination)An object that contains the recipients of the email message.
-