Uses of Class
com.tencentcloudapi.cdb.v20170320.models.StopRollbackResponse
-
Packages that use StopRollbackResponse Package Description com.tencentcloudapi.cdb.v20170320 com.tencentcloudapi.cdb.v20170320.models -
-
Uses of StopRollbackResponse in com.tencentcloudapi.cdb.v20170320
Methods in com.tencentcloudapi.cdb.v20170320 that return StopRollbackResponse Modifier and Type Method Description StopRollbackResponseCdbClient. StopRollback(StopRollbackRequest req)本接口(StopRollback) 用于撤销实例正在进行的回档任务,该接口返回一个异步任务id。 撤销结果可以通过 DescribeAsyncRequestInfo 查询任务的执行情况。 -
Uses of StopRollbackResponse in com.tencentcloudapi.cdb.v20170320.models
Constructors in com.tencentcloudapi.cdb.v20170320.models with parameters of type StopRollbackResponse Constructor Description StopRollbackResponse(StopRollbackResponse 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.
-