Uses of Class
com.tencentcloudapi.ses.v20201002.models.Attachment
-
Packages that use Attachment Package Description com.tencentcloudapi.ses.v20201002.models -
-
Uses of Attachment in com.tencentcloudapi.ses.v20201002.models
Methods in com.tencentcloudapi.ses.v20201002.models that return Attachment Modifier and Type Method Description Attachment[]BatchSendEmailRequest. getAttachments()Get 需要发送附件时,填写附件相关参数(暂未支持)Attachment[]SendEmailRequest. getAttachments()Get 需要发送附件时,填写附件相关参数。腾讯云接口请求最大支持 8M 的请求包,附件内容经过 Base64 预期扩大1.5倍,应该控制所有附件的总大小最大在 4M 以内,整体请求超出 8M 时接口会返回错误Methods in com.tencentcloudapi.ses.v20201002.models with parameters of type Attachment Modifier and Type Method Description voidBatchSendEmailRequest. setAttachments(Attachment[] Attachments)Set 需要发送附件时,填写附件相关参数(暂未支持)voidSendEmailRequest. setAttachments(Attachment[] Attachments)Set 需要发送附件时,填写附件相关参数。腾讯云接口请求最大支持 8M 的请求包,附件内容经过 Base64 预期扩大1.5倍,应该控制所有附件的总大小最大在 4M 以内,整体请求超出 8M 时接口会返回错误Constructors in com.tencentcloudapi.ses.v20201002.models with parameters of type Attachment Constructor Description Attachment(Attachment source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-