Uses of Class
com.tencentcloudapi.cdn.v20180606.models.ScdnBotConfig
-
Packages that use ScdnBotConfig Package Description com.tencentcloudapi.cdn.v20180606.models -
-
Uses of ScdnBotConfig in com.tencentcloudapi.cdn.v20180606.models
Methods in com.tencentcloudapi.cdn.v20180606.models that return ScdnBotConfig Modifier and Type Method Description ScdnBotConfigCreateScdnDomainRequest. getBot()Get BOT 防护配置ScdnBotConfigDescribeScdnConfigResponse. getBot()Get BOT 防护配置ScdnBotConfigUpdateScdnDomainRequest. getBot()Get BOT 防护配置Methods in com.tencentcloudapi.cdn.v20180606.models with parameters of type ScdnBotConfig Modifier and Type Method Description voidCreateScdnDomainRequest. setBot(ScdnBotConfig Bot)Set BOT 防护配置voidDescribeScdnConfigResponse. setBot(ScdnBotConfig Bot)Set BOT 防护配置voidUpdateScdnDomainRequest. setBot(ScdnBotConfig Bot)Set BOT 防护配置Constructors in com.tencentcloudapi.cdn.v20180606.models with parameters of type ScdnBotConfig Constructor Description ScdnBotConfig(ScdnBotConfig 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.
-