Package | Description |
---|---|
com.tencentcloudapi.ses.v20201002.models |
Modifier and Type | Method and Description |
---|---|
TimedEmailParam |
BatchSendEmailRequest.getTimedParam()
Get Parameter required for a scheduled sending task
|
TimedEmailParam |
SendTaskData.getTimedParam()
Get Parameters of a scheduled task
Note: This field may return `null`, indicating that no valid value can be found.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchSendEmailRequest.setTimedParam(TimedEmailParam TimedParam)
Set Parameter required for a scheduled sending task
|
void |
SendTaskData.setTimedParam(TimedEmailParam TimedParam)
Set Parameters of a scheduled task
Note: This field may return `null`, indicating that no valid value can be found.
|
Constructor and Description |
---|
TimedEmailParam(TimedEmailParam 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.
|
Copyright © 2023. All rights reserved.