Uses of Class
com.tencentcloudapi.cfw.v20190904.models.DescribeTableStatusRequest
-
Packages that use DescribeTableStatusRequest Package Description com.tencentcloudapi.cfw.v20190904 com.tencentcloudapi.cfw.v20190904.models -
-
Uses of DescribeTableStatusRequest in com.tencentcloudapi.cfw.v20190904
Methods in com.tencentcloudapi.cfw.v20190904 with parameters of type DescribeTableStatusRequest Modifier and Type Method Description DescribeTableStatusResponseCfwClient. DescribeTableStatus(DescribeTableStatusRequest req)查询规则表状态 -
Uses of DescribeTableStatusRequest in com.tencentcloudapi.cfw.v20190904.models
Constructors in com.tencentcloudapi.cfw.v20190904.models with parameters of type DescribeTableStatusRequest Constructor Description DescribeTableStatusRequest(DescribeTableStatusRequest 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.
-