Package | Description |
---|---|
com.tencentcloudapi.ses.v20201002.models |
Modifier and Type | Method and Description |
---|---|
CycleEmailParam |
BatchSendEmailRequest.getCycleParam()
Get Parameter required for a recurring sending task
|
CycleEmailParam |
SendTaskData.getCycleParam()
Get Parameters of a recurring task
Note: This field may return `null`, indicating that no valid value can be found.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchSendEmailRequest.setCycleParam(CycleEmailParam CycleParam)
Set Parameter required for a recurring sending task
|
void |
SendTaskData.setCycleParam(CycleEmailParam CycleParam)
Set Parameters of a recurring task
Note: This field may return `null`, indicating that no valid value can be found.
|
Constructor and Description |
---|
CycleEmailParam(CycleEmailParam 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.