Uses of Class
software.amazon.awssdk.services.connect.model.OutboundEmailContent
-
Packages that use OutboundEmailContent Package Description software.amazon.awssdk.services.connect.model -
-
Uses of OutboundEmailContent in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return OutboundEmailContent Modifier and Type Method Description OutboundEmailContentSendOutboundEmailRequest. emailMessage()The email message body to be sent to the newly created email.OutboundEmailContentStartOutboundEmailContactRequest. emailMessage()The email message body to be sent to the newly created email.Methods in software.amazon.awssdk.services.connect.model with parameters of type OutboundEmailContent Modifier and Type Method Description SendOutboundEmailRequest.BuilderSendOutboundEmailRequest.Builder. emailMessage(OutboundEmailContent emailMessage)The email message body to be sent to the newly created email.StartOutboundEmailContactRequest.BuilderStartOutboundEmailContactRequest.Builder. emailMessage(OutboundEmailContent emailMessage)The email message body to be sent to the newly created email.
-