Uses of Class
com.tencentcloudapi.cwp.v20180228.models.DescribeScanStateRequest
-
Packages that use DescribeScanStateRequest Package Description com.tencentcloudapi.cwp.v20180228 com.tencentcloudapi.cwp.v20180228.models -
-
Uses of DescribeScanStateRequest in com.tencentcloudapi.cwp.v20180228
Methods in com.tencentcloudapi.cwp.v20180228 with parameters of type DescribeScanStateRequest Modifier and Type Method Description DescribeScanStateResponseCwpClient. DescribeScanState(DescribeScanStateRequest req)DescribeScanState 该接口能查询对应模块正在进行的扫描任务状态 -
Uses of DescribeScanStateRequest in com.tencentcloudapi.cwp.v20180228.models
Constructors in com.tencentcloudapi.cwp.v20180228.models with parameters of type DescribeScanStateRequest Constructor Description DescribeScanStateRequest(DescribeScanStateRequest 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.
-