Uses of Class
com.tencentcloudapi.cfw.v20190904.models.ModifyBlockIgnoreListRequest
-
Packages that use ModifyBlockIgnoreListRequest Package Description com.tencentcloudapi.cfw.v20190904 com.tencentcloudapi.cfw.v20190904.models -
-
Uses of ModifyBlockIgnoreListRequest in com.tencentcloudapi.cfw.v20190904
Methods in com.tencentcloudapi.cfw.v20190904 with parameters of type ModifyBlockIgnoreListRequest Modifier and Type Method Description ModifyBlockIgnoreListResponse
CfwClient. ModifyBlockIgnoreList(ModifyBlockIgnoreListRequest req)
支持对封禁列表、放通列表如下操作: 批量增加封禁IP、放通IP/域名 批量删除封禁IP、放通IP/域名 批量修改封禁IP、放通IP/域名生效事件 -
Uses of ModifyBlockIgnoreListRequest in com.tencentcloudapi.cfw.v20190904.models
Constructors in com.tencentcloudapi.cfw.v20190904.models with parameters of type ModifyBlockIgnoreListRequest Constructor Description ModifyBlockIgnoreListRequest(ModifyBlockIgnoreListRequest 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.
-