Uses of Class
com.oracle.bmc.waas.model.ProtectionSettings
-
Packages that use ProtectionSettings Package Description com.oracle.bmc.waas.model com.oracle.bmc.waas.requests com.oracle.bmc.waas.responses -
-
Uses of ProtectionSettings in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return ProtectionSettings Modifier and Type Method Description ProtectionSettings
ProtectionSettings.Builder. build()
ProtectionSettings
WafConfig. getProtectionSettings()
The settings to apply to protection rules.ProtectionSettings
WafConfigDetails. getProtectionSettings()
The settings applied to protection rules.Methods in com.oracle.bmc.waas.model with parameters of type ProtectionSettings Modifier and Type Method Description ProtectionSettings.Builder
ProtectionSettings.Builder. copy(ProtectionSettings model)
WafConfig.Builder
WafConfig.Builder. protectionSettings(ProtectionSettings protectionSettings)
The settings to apply to protection rules.WafConfigDetails.Builder
WafConfigDetails.Builder. protectionSettings(ProtectionSettings protectionSettings)
The settings applied to protection rules.Constructors in com.oracle.bmc.waas.model with parameters of type ProtectionSettings Constructor Description WafConfig(List<AccessRule> accessRules, AddressRateLimiting addressRateLimiting, List<Captcha> captchas, DeviceFingerprintChallenge deviceFingerprintChallenge, List<GoodBot> goodBots, HumanInteractionChallenge humanInteractionChallenge, JsChallenge jsChallenge, String origin, List<CachingRule> cachingRules, List<CustomProtectionRuleSetting> customProtectionRules, List<String> originGroups, List<ProtectionRule> protectionRules, ProtectionSettings protectionSettings, List<ThreatFeed> threatFeeds, List<Whitelist> whitelists)
Deprecated.WafConfigDetails(List<AccessRule> accessRules, AddressRateLimiting addressRateLimiting, List<Captcha> captchas, DeviceFingerprintChallenge deviceFingerprintChallenge, HumanInteractionChallenge humanInteractionChallenge, JsChallenge jsChallenge, String origin, List<CachingRule> cachingRules, List<CustomProtectionRuleSetting> customProtectionRules, List<String> originGroups, ProtectionSettings protectionSettings, List<Whitelist> whitelists)
Deprecated. -
Uses of ProtectionSettings in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return ProtectionSettings Modifier and Type Method Description ProtectionSettings
UpdateProtectionSettingsRequest. getBody$()
Alternative accessor for the body parameter.ProtectionSettings
UpdateProtectionSettingsRequest. getUpdateProtectionSettingsDetails()
The details of the protection settings to be updated.Methods in com.oracle.bmc.waas.requests with parameters of type ProtectionSettings Modifier and Type Method Description UpdateProtectionSettingsRequest.Builder
UpdateProtectionSettingsRequest.Builder. body$(ProtectionSettings body)
Alternative setter for the body parameter.UpdateProtectionSettingsRequest.Builder
UpdateProtectionSettingsRequest.Builder. updateProtectionSettingsDetails(ProtectionSettings updateProtectionSettingsDetails)
The details of the protection settings to be updated. -
Uses of ProtectionSettings in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return ProtectionSettings Modifier and Type Method Description ProtectionSettings
GetProtectionSettingsResponse. getProtectionSettings()
The returned ProtectionSettings instance.Methods in com.oracle.bmc.waas.responses with parameters of type ProtectionSettings Modifier and Type Method Description GetProtectionSettingsResponse.Builder
GetProtectionSettingsResponse.Builder. protectionSettings(ProtectionSettings protectionSettings)
The returned ProtectionSettings instance.
-