Uses of Class
com.tencentcloudapi.ses.v20201002.models.ReceiverInputData
-
Packages that use ReceiverInputData Package Description com.tencentcloudapi.ses.v20201002.models -
-
Uses of ReceiverInputData in com.tencentcloudapi.ses.v20201002.models
Methods in com.tencentcloudapi.ses.v20201002.models that return ReceiverInputData Modifier and Type Method Description ReceiverInputData[]
CreateReceiverDetailWithDataRequest. getDatas()
Get 收信人邮箱以及模板参数,数组形式。收件人个数限制20000个以内。Methods in com.tencentcloudapi.ses.v20201002.models with parameters of type ReceiverInputData Modifier and Type Method Description void
CreateReceiverDetailWithDataRequest. setDatas(ReceiverInputData[] Datas)
Set 收信人邮箱以及模板参数,数组形式。收件人个数限制20000个以内。Constructors in com.tencentcloudapi.ses.v20201002.models with parameters of type ReceiverInputData Constructor Description ReceiverInputData(ReceiverInputData 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.
-