Uses of Class
com.tencentcloudapi.dts.v20211206.models.StopMigrateJobResponse
-
Packages that use StopMigrateJobResponse Package Description com.tencentcloudapi.dts.v20211206 com.tencentcloudapi.dts.v20211206.models -
-
Uses of StopMigrateJobResponse in com.tencentcloudapi.dts.v20211206
Methods in com.tencentcloudapi.dts.v20211206 that return StopMigrateJobResponse Modifier and Type Method Description StopMigrateJobResponseDtsClient. StopMigrateJob(StopMigrateJobRequest req)本接口(StopMigrateJob)用于终止数据迁移任务。 调用此接口后可通过查询迁移服务列表接口`DescribeMigrationJobs`来查询当前任务状态。 -
Uses of StopMigrateJobResponse in com.tencentcloudapi.dts.v20211206.models
Constructors in com.tencentcloudapi.dts.v20211206.models with parameters of type StopMigrateJobResponse Constructor Description StopMigrateJobResponse(StopMigrateJobResponse 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.
-