Uses of Class
com.tencentcloudapi.dsgc.v20190723.models.StartDSPADiscoveryTaskRequest
-
Packages that use StartDSPADiscoveryTaskRequest Package Description com.tencentcloudapi.dsgc.v20190723 com.tencentcloudapi.dsgc.v20190723.models -
-
Uses of StartDSPADiscoveryTaskRequest in com.tencentcloudapi.dsgc.v20190723
Methods in com.tencentcloudapi.dsgc.v20190723 with parameters of type StartDSPADiscoveryTaskRequest Modifier and Type Method Description StartDSPADiscoveryTaskResponseDsgcClient. StartDSPADiscoveryTask(StartDSPADiscoveryTaskRequest req)立即启动分类分级任务,该接口只有在任务状态为以下状态时才支持正确执行立即扫描: 0 待扫描, 2 扫描终止, 3 扫描成功, 4 扫描失败 -
Uses of StartDSPADiscoveryTaskRequest in com.tencentcloudapi.dsgc.v20190723.models
Constructors in com.tencentcloudapi.dsgc.v20190723.models with parameters of type StartDSPADiscoveryTaskRequest Constructor Description StartDSPADiscoveryTaskRequest(StartDSPADiscoveryTaskRequest 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.
-