Uses of Class
com.tencentcloudapi.cwp.v20180228.models.ExportAttackLogsRequest
-
Packages that use ExportAttackLogsRequest Package Description com.tencentcloudapi.cwp.v20180228 com.tencentcloudapi.cwp.v20180228.models -
-
Uses of ExportAttackLogsRequest in com.tencentcloudapi.cwp.v20180228
Methods in com.tencentcloudapi.cwp.v20180228 with parameters of type ExportAttackLogsRequest Modifier and Type Method Description ExportAttackLogsResponseCwpClient. ExportAttackLogs(ExportAttackLogsRequest req)导出网络攻击日志 -
Uses of ExportAttackLogsRequest in com.tencentcloudapi.cwp.v20180228.models
Constructors in com.tencentcloudapi.cwp.v20180228.models with parameters of type ExportAttackLogsRequest Constructor Description ExportAttackLogsRequest(ExportAttackLogsRequest 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.
-