Uses of Class
com.tencentcloudapi.cwp.v20180228.models.DeleteProtectDirRequest
-
Packages that use DeleteProtectDirRequest Package Description com.tencentcloudapi.cwp.v20180228 com.tencentcloudapi.cwp.v20180228.models -
-
Uses of DeleteProtectDirRequest in com.tencentcloudapi.cwp.v20180228
Methods in com.tencentcloudapi.cwp.v20180228 with parameters of type DeleteProtectDirRequest Modifier and Type Method Description DeleteProtectDirResponseCwpClient. DeleteProtectDir(DeleteProtectDirRequest req)删除防护网站 -
Uses of DeleteProtectDirRequest in com.tencentcloudapi.cwp.v20180228.models
Constructors in com.tencentcloudapi.cwp.v20180228.models with parameters of type DeleteProtectDirRequest Constructor Description DeleteProtectDirRequest(DeleteProtectDirRequest 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.
-