Uses of Class
com.amazonaws.services.simpleemail.model.Destination
Packages that use Destination
-
Uses of Destination in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return DestinationModifier and TypeMethodDescriptionDestination.clone()
SendEmailRequest.getDestination()
The destination for this email, composed of To:, CC:, and BCC: fields.Destination.withBccAddresses
(String... bccAddresses) The BCC: field(s) of the message.Destination.withBccAddresses
(Collection<String> bccAddresses) The BCC: field(s) of the message.Destination.withCcAddresses
(String... ccAddresses) The CC: field(s) of the message.Destination.withCcAddresses
(Collection<String> ccAddresses) The CC: field(s) of the message.Destination.withToAddresses
(String... toAddresses) The To: field(s) of the message.Destination.withToAddresses
(Collection<String> toAddresses) The To: field(s) of the message.Methods in com.amazonaws.services.simpleemail.model with parameters of type DestinationModifier and TypeMethodDescriptionvoid
SendEmailRequest.setDestination
(Destination destination) The destination for this email, composed of To:, CC:, and BCC: fields.SendEmailRequest.withDestination
(Destination destination) The destination for this email, composed of To:, CC:, and BCC: fields.Constructors in com.amazonaws.services.simpleemail.model with parameters of type DestinationModifierConstructorDescriptionSendEmailRequest
(String source, Destination destination, Message message) Constructs a new SendEmailRequest object.