Package | Description |
---|---|
com.oracle.bmc.waas | |
com.oracle.bmc.waas.model | |
com.oracle.bmc.waas.responses |
Modifier and Type | Method and Description |
---|---|
Iterable<ProtectionRule> |
WaasPaginators.listProtectionRulesRecordIterator(ListProtectionRulesRequest request)
Creates a new iterable which will iterate over the
ProtectionRule objects contained in responses from the
listProtectionRules operation. |
Modifier and Type | Method and Description |
---|---|
ProtectionRule |
ProtectionRule.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ProtectionRule> |
WafConfig.getProtectionRules()
A list of the protection rules and their details.
|
Modifier and Type | Method and Description |
---|---|
ProtectionRule.Builder |
ProtectionRule.Builder.copy(ProtectionRule model) |
Modifier and Type | Method and Description |
---|---|
WafConfig.Builder |
WafConfig.Builder.protectionRules(List<ProtectionRule> protectionRules)
A list of the protection rules and their details.
|
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.
|
Modifier and Type | Method and Description |
---|---|
ProtectionRule |
GetProtectionRuleResponse.getProtectionRule()
The returned
ProtectionRule instance. |
Modifier and Type | Method and Description |
---|---|
List<ProtectionRule> |
ListProtectionRulesResponse.getItems()
A list of
com.oracle.bmc.waas.model.ProtectionRule instances. |
Modifier and Type | Method and Description |
---|---|
GetProtectionRuleResponse.Builder |
GetProtectionRuleResponse.Builder.protectionRule(ProtectionRule protectionRule)
The returned
ProtectionRule instance. |
Modifier and Type | Method and Description |
---|---|
ListProtectionRulesResponse.Builder |
ListProtectionRulesResponse.Builder.items(List<ProtectionRule> items)
A list of
com.oracle.bmc.waas.model.ProtectionRule instances. |
Copyright © 2016–2024. All rights reserved.