Uses of Class
com.baidubce.services.ses.model.SendEmailResponse

Packages that use SendEmailResponse
com.baidubce.services.ses   
 

Uses of SendEmailResponse in com.baidubce.services.ses
 

Methods in com.baidubce.services.ses that return SendEmailResponse
 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.
 



Copyright © 2018. All rights reserved.