Uses of Interface
software.amazon.awssdk.services.ses.model.Destination.Builder
-
Packages that use Destination.Builder Package Description software.amazon.awssdk.services.ses.model -
-
Uses of Destination.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return Destination.Builder Modifier and Type Method Description Destination.BuilderDestination.Builder. bccAddresses(String... bccAddresses)The recipients to place on the BCC: line of the message.Destination.BuilderDestination.Builder. bccAddresses(Collection<String> bccAddresses)The recipients to place on the BCC: line of the message.static Destination.BuilderDestination. builder()Destination.BuilderDestination.Builder. ccAddresses(String... ccAddresses)The recipients to place on the CC: line of the message.Destination.BuilderDestination.Builder. ccAddresses(Collection<String> ccAddresses)The recipients to place on the CC: line of the message.Destination.BuilderDestination.Builder. toAddresses(String... toAddresses)The recipients to place on the To: line of the message.Destination.BuilderDestination.Builder. toAddresses(Collection<String> toAddresses)The recipients to place on the To: line of the message.Destination.BuilderDestination. toBuilder()Methods in software.amazon.awssdk.services.ses.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.ses.model with type arguments of type Destination.Builder Modifier and Type Method Description default BulkEmailDestination.BuilderBulkEmailDestination.Builder. destination(Consumer<Destination.Builder> destination)Sets the value of the Destination property for this object.default SendEmailRequest.BuilderSendEmailRequest.Builder. destination(Consumer<Destination.Builder> destination)The destination for this email, composed of To:, CC:, and BCC: fields.default SendTemplatedEmailRequest.BuilderSendTemplatedEmailRequest.Builder. destination(Consumer<Destination.Builder> destination)The destination for this email, composed of To:, CC:, and BCC: fields.
-