Uses of Interface
software.amazon.awssdk.services.sesv2.model.Destination.Builder
Packages that use Destination.Builder
-
Uses of Destination.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return Destination.BuilderModifier and TypeMethodDescriptionDestination.Builder.bccAddresses(String... bccAddresses) An array that contains the email addresses of the "BCC" (blind carbon copy) recipients for the email.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.BuilderDestination.builder()Destination.Builder.ccAddresses(String... ccAddresses) An array that contains the email addresses of the "CC" (carbon copy) recipients for the email.Destination.Builder.ccAddresses(Collection<String> ccAddresses) An array that contains the email addresses of the "CC" (carbon copy) recipients for the email.Destination.Builder.toAddresses(String... toAddresses) An array that contains the email addresses of the "To" recipients for the email.Destination.Builder.toAddresses(Collection<String> toAddresses) An array that contains the email addresses of the "To" recipients for the email.Destination.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type Destination.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Destination.Builder>Destination.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type Destination.BuilderModifier and TypeMethodDescriptiondefault 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.