Uses of Class
com.tencentcloudapi.scf.v20180416.models.TriggerAction
-
Packages that use TriggerAction Package Description com.tencentcloudapi.scf.v20180416.models -
-
Uses of TriggerAction in com.tencentcloudapi.scf.v20180416.models
Methods in com.tencentcloudapi.scf.v20180416.models that return TriggerAction Modifier and Type Method Description TriggerAction[]PutProvisionedConcurrencyConfigRequest. getTriggerActions()Get 定时预置任务TriggerAction[]VersionProvisionedConcurrencyInfo. getTriggerActions()Get 预置并发定时任务。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.scf.v20180416.models with parameters of type TriggerAction Modifier and Type Method Description voidPutProvisionedConcurrencyConfigRequest. setTriggerActions(TriggerAction[] TriggerActions)Set 定时预置任务voidVersionProvisionedConcurrencyInfo. setTriggerActions(TriggerAction[] TriggerActions)Set 预置并发定时任务。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.scf.v20180416.models with parameters of type TriggerAction Constructor Description TriggerAction(TriggerAction 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.
-