-
-
-
返回SendEmailResponse的com.baidubce.services.ses中的方法
| 修饰符和类型 |
方法 |
说明 |
SendEmailResponse |
SesClient.sendEmail(SendEmailRequest request) |
Send email
|
SendEmailResponse |
SesClient.sendEmail(String from,
String[] toAddr,
String subject,
String body,
File... attachmentFiles) |
Send email.
|
SendEmailResponse |
SesClient.sendEmail(String from,
String displayName,
String[] toAddr,
String[] ccAddr,
String[] bccAddr,
String subject,
String body,
File... attachmentFiles) |
Send email.
|
SendEmailResponse |
SesClient.sendEmail(String from,
String displayName,
String[] toAddr,
String subject,
String body,
File... attachmentFiles) |
Send email.
|
SendEmailResponse |
SesClient.sendEmail(String from,
String displayName,
String returnPath,
String replyTo,
String[] toAddr,
String[] ccAddr,
String[] bccAddr,
String subject,
String body,
int priority,
int charset,
File... attachmentFiles) |
Send email.
|