Package | Description |
---|---|
com.oracle.bmc.waas.model | |
com.oracle.bmc.waas.requests |
Modifier and Type | Method and Description |
---|---|
CachingRule |
CachingRule.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<CachingRule> |
WafConfig.getCachingRules()
A list of caching rules applied to the web application.
|
List<CachingRule> |
WafConfigDetails.getCachingRules()
A list of caching rules applied to the web application.
|
Modifier and Type | Method and Description |
---|---|
CachingRule.Builder |
CachingRule.Builder.copy(CachingRule model) |
Modifier and Type | Method and Description |
---|---|
WafConfig.Builder |
WafConfig.Builder.cachingRules(List<CachingRule> cachingRules)
A list of caching rules applied to the web application.
|
WafConfigDetails.Builder |
WafConfigDetails.Builder.cachingRules(List<CachingRule> cachingRules)
A list of caching rules applied to the web application.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
List<CachingRule> |
UpdateCachingRulesRequest.getBody$()
Alternative accessor for the body parameter.
|
List<CachingRule> |
UpdateCachingRulesRequest.getCachingRulesDetails() |
Modifier and Type | Method and Description |
---|---|
UpdateCachingRulesRequest.Builder |
UpdateCachingRulesRequest.Builder.cachingRulesDetails(CachingRule singularValue)
Singular setter.
|
Modifier and Type | Method and Description |
---|---|
UpdateCachingRulesRequest.Builder |
UpdateCachingRulesRequest.Builder.body$(List<CachingRule> body)
Alternative setter for the body parameter.
|
UpdateCachingRulesRequest.Builder |
UpdateCachingRulesRequest.Builder.cachingRulesDetails(List<CachingRule> cachingRulesDetails) |
Copyright © 2016–2024. All rights reserved.