Package | Description |
---|---|
com.tencentcloudapi.tat.v20201028.models |
Modifier and Type | Method and Description |
---|---|
ScheduleSettings |
CreateInvokerRequest.getScheduleSettings()
Get Settings required for a recurring invoker.
|
ScheduleSettings |
Invoker.getScheduleSettings()
Get Execution schedule of the invoker.
|
ScheduleSettings |
ModifyInvokerRequest.getScheduleSettings()
Get Scheduled invoker settings to be modified.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateInvokerRequest.setScheduleSettings(ScheduleSettings ScheduleSettings)
Set Settings required for a recurring invoker.
|
void |
Invoker.setScheduleSettings(ScheduleSettings ScheduleSettings)
Set Execution schedule of the invoker.
|
void |
ModifyInvokerRequest.setScheduleSettings(ScheduleSettings ScheduleSettings)
Set Scheduled invoker settings to be modified.
|
Constructor and Description |
---|
ScheduleSettings(ScheduleSettings 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.