Uses of Class
com.tencentcloudapi.scf.v20180416.models.CreateTriggerRequest
-
Packages that use CreateTriggerRequest Package Description com.tencentcloudapi.scf.v20180416 com.tencentcloudapi.scf.v20180416.models -
-
Uses of CreateTriggerRequest in com.tencentcloudapi.scf.v20180416
Methods in com.tencentcloudapi.scf.v20180416 with parameters of type CreateTriggerRequest Modifier and Type Method Description CreateTriggerResponse
ScfClient. CreateTrigger(CreateTriggerRequest req)
该接口根据参数输入设置新的触发方式。 -
Uses of CreateTriggerRequest in com.tencentcloudapi.scf.v20180416.models
Constructors in com.tencentcloudapi.scf.v20180416.models with parameters of type CreateTriggerRequest Constructor Description CreateTriggerRequest(CreateTriggerRequest 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.
-