Uses of Class
com.tencentcloudapi.vm.v20210922.models.CancelTaskResponse
-
Packages that use CancelTaskResponse Package Description com.tencentcloudapi.vm.v20210922 com.tencentcloudapi.vm.v20210922.models -
-
Uses of CancelTaskResponse in com.tencentcloudapi.vm.v20210922
Methods in com.tencentcloudapi.vm.v20210922 that return CancelTaskResponse Modifier and Type Method Description CancelTaskResponseVmClient. CancelTask(CancelTaskRequest req)取消任务 -
Uses of CancelTaskResponse in com.tencentcloudapi.vm.v20210922.models
Constructors in com.tencentcloudapi.vm.v20210922.models with parameters of type CancelTaskResponse Constructor Description CancelTaskResponse(CancelTaskResponse 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.
-