Uses of Class
com.tencentcloudapi.iss.v20230517.models.ListSubTasksResponse
-
Packages that use ListSubTasksResponse Package Description com.tencentcloudapi.iss.v20230517 com.tencentcloudapi.iss.v20230517.models -
-
Uses of ListSubTasksResponse in com.tencentcloudapi.iss.v20230517
Methods in com.tencentcloudapi.iss.v20230517 that return ListSubTasksResponse Modifier and Type Method Description ListSubTasksResponseIssClient. ListSubTasks(ListSubTasksRequest req)用于查询任务的子任务列表 -
Uses of ListSubTasksResponse in com.tencentcloudapi.iss.v20230517.models
Constructors in com.tencentcloudapi.iss.v20230517.models with parameters of type ListSubTasksResponse Constructor Description ListSubTasksResponse(ListSubTasksResponse 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.
-