Uses of Class
com.tencentcloudapi.as.v20180419.models.ScheduledAction
-
Packages that use ScheduledAction Package Description com.tencentcloudapi.as.v20180419.models -
-
Uses of ScheduledAction in com.tencentcloudapi.as.v20180419.models
Methods in com.tencentcloudapi.as.v20180419.models that return ScheduledAction Modifier and Type Method Description ScheduledAction[]DescribeScheduledActionsResponse. getScheduledActionSet()Get 定时任务详细信息列表。Methods in com.tencentcloudapi.as.v20180419.models with parameters of type ScheduledAction Modifier and Type Method Description voidDescribeScheduledActionsResponse. setScheduledActionSet(ScheduledAction[] ScheduledActionSet)Set 定时任务详细信息列表。Constructors in com.tencentcloudapi.as.v20180419.models with parameters of type ScheduledAction Constructor Description ScheduledAction(ScheduledAction 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.
-