Uses of Class
com.amazonaws.services.simpleemail.model.Destination
-
Packages that use Destination Package Description com.amazonaws.services.simpleemail.model -
-
Uses of Destination in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return Destination Modifier and Type Method Description DestinationDestination. clone()DestinationSendEmailRequest. getDestination()The destination for this email, composed of To:, CC:, and BCC: fields.DestinationDestination. withBccAddresses(String... bccAddresses)The BCC: field(s) of the message.DestinationDestination. withBccAddresses(Collection<String> bccAddresses)The BCC: field(s) of the message.DestinationDestination. withCcAddresses(String... ccAddresses)The CC: field(s) of the message.DestinationDestination. withCcAddresses(Collection<String> ccAddresses)The CC: field(s) of the message.DestinationDestination. withToAddresses(String... toAddresses)The To: field(s) of the message.DestinationDestination. withToAddresses(Collection<String> toAddresses)The To: field(s) of the message.Methods in com.amazonaws.services.simpleemail.model with parameters of type Destination Modifier and Type Method Description voidSendEmailRequest. setDestination(Destination destination)The destination for this email, composed of To:, CC:, and BCC: fields.SendEmailRequestSendEmailRequest. 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 Destination Constructor Description SendEmailRequest(String source, Destination destination, Message message)Constructs a new SendEmailRequest object.
-