Uses of Class
com.tencentcloudapi.waf.v20180125.models.DeleteSessionRequest
-
Packages that use DeleteSessionRequest Package Description com.tencentcloudapi.waf.v20180125 com.tencentcloudapi.waf.v20180125.models -
-
Uses of DeleteSessionRequest in com.tencentcloudapi.waf.v20180125
Methods in com.tencentcloudapi.waf.v20180125 with parameters of type DeleteSessionRequest Modifier and Type Method Description DeleteSessionResponseWafClient. DeleteSession(DeleteSessionRequest req)删除CC攻击的session设置 -
Uses of DeleteSessionRequest in com.tencentcloudapi.waf.v20180125.models
Constructors in com.tencentcloudapi.waf.v20180125.models with parameters of type DeleteSessionRequest Constructor Description DeleteSessionRequest(DeleteSessionRequest 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.
-