Uses of Class
com.tencentcloudapi.cfw.v20190904.models.DatabaseWhiteListRuleData
-
Packages that use DatabaseWhiteListRuleData Package Description com.tencentcloudapi.cfw.v20190904.models -
-
Uses of DatabaseWhiteListRuleData in com.tencentcloudapi.cfw.v20190904.models
Methods in com.tencentcloudapi.cfw.v20190904.models that return DatabaseWhiteListRuleData Modifier and Type Method Description DatabaseWhiteListRuleData[]CreateDatabaseWhiteListRulesRequest. getDatabaseWhiteListRuleData()Get 创建白名单数据Methods in com.tencentcloudapi.cfw.v20190904.models with parameters of type DatabaseWhiteListRuleData Modifier and Type Method Description voidCreateDatabaseWhiteListRulesRequest. setDatabaseWhiteListRuleData(DatabaseWhiteListRuleData[] DatabaseWhiteListRuleData)Set 创建白名单数据Constructors in com.tencentcloudapi.cfw.v20190904.models with parameters of type DatabaseWhiteListRuleData Constructor Description DatabaseWhiteListRuleData(DatabaseWhiteListRuleData 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.
-