Uses of Class
com.tencentcloudapi.cfg.v20210820.models.ExecuteTaskResponse
-
Packages that use ExecuteTaskResponse Package Description com.tencentcloudapi.cfg.v20210820 com.tencentcloudapi.cfg.v20210820.models -
-
Uses of ExecuteTaskResponse in com.tencentcloudapi.cfg.v20210820
Methods in com.tencentcloudapi.cfg.v20210820 that return ExecuteTaskResponse Modifier and Type Method Description ExecuteTaskResponseCfgClient. ExecuteTask(ExecuteTaskRequest req)执行任务 -
Uses of ExecuteTaskResponse in com.tencentcloudapi.cfg.v20210820.models
Constructors in com.tencentcloudapi.cfg.v20210820.models with parameters of type ExecuteTaskResponse Constructor Description ExecuteTaskResponse(ExecuteTaskResponse 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.
-