Uses of Class
com.tencentcloudapi.tione.v20211111.models.CreateBatchTaskRequest
-
Packages that use CreateBatchTaskRequest Package Description com.tencentcloudapi.tione.v20211111 com.tencentcloudapi.tione.v20211111.models -
-
Uses of CreateBatchTaskRequest in com.tencentcloudapi.tione.v20211111
Methods in com.tencentcloudapi.tione.v20211111 with parameters of type CreateBatchTaskRequest Modifier and Type Method Description CreateBatchTaskResponseTioneClient. CreateBatchTask(CreateBatchTaskRequest req)创建跑批任务 -
Uses of CreateBatchTaskRequest in com.tencentcloudapi.tione.v20211111.models
Constructors in com.tencentcloudapi.tione.v20211111.models with parameters of type CreateBatchTaskRequest Constructor Description CreateBatchTaskRequest(CreateBatchTaskRequest 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.
-