Uses of Interface
software.amazon.awssdk.services.ses.model.Destination.Builder
Packages that use Destination.Builder
-
Uses of Destination.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return Destination.BuilderModifier and TypeMethodDescriptionDestination.Builder.bccAddresses(String... bccAddresses) The recipients to place on the BCC: line of the message.Destination.Builder.bccAddresses(Collection<String> bccAddresses) The recipients to place on the BCC: line of the message.static Destination.BuilderDestination.builder()Destination.Builder.ccAddresses(String... ccAddresses) The recipients to place on the CC: line of the message.Destination.Builder.ccAddresses(Collection<String> ccAddresses) The recipients to place on the CC: line of the message.Destination.Builder.toAddresses(String... toAddresses) The recipients to place on the To: line of the message.Destination.Builder.toAddresses(Collection<String> toAddresses) The recipients to place on the To: line of the message.Destination.toBuilder()Methods in software.amazon.awssdk.services.ses.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.ses.model with type arguments of type Destination.BuilderModifier and TypeMethodDescriptiondefault 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.SendTemplatedEmailRequest.Builder.destination(Consumer<Destination.Builder> destination) The destination for this email, composed of To:, CC:, and BCC: fields.