Uses of Class
com.tencentcloudapi.waf.v20180125.models.StrategyForAntiInfoLeak
-
Packages that use StrategyForAntiInfoLeak Package Description com.tencentcloudapi.waf.v20180125.models -
-
Uses of StrategyForAntiInfoLeak in com.tencentcloudapi.waf.v20180125.models
Methods in com.tencentcloudapi.waf.v20180125.models that return StrategyForAntiInfoLeak Modifier and Type Method Description StrategyForAntiInfoLeak[]AddAntiInfoLeakRulesRequest. getStrategies()Get 策略详情StrategyForAntiInfoLeak[]ModifyAntiInfoLeakRulesRequest. getStrategies()Get 策略数组Methods in com.tencentcloudapi.waf.v20180125.models with parameters of type StrategyForAntiInfoLeak Modifier and Type Method Description voidAddAntiInfoLeakRulesRequest. setStrategies(StrategyForAntiInfoLeak[] Strategies)Set 策略详情voidModifyAntiInfoLeakRulesRequest. setStrategies(StrategyForAntiInfoLeak[] Strategies)Set 策略数组Constructors in com.tencentcloudapi.waf.v20180125.models with parameters of type StrategyForAntiInfoLeak Constructor Description StrategyForAntiInfoLeak(StrategyForAntiInfoLeak 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.
-