Package | Description |
---|---|
com.oracle.bmc.waas | |
com.oracle.bmc.waas.model | |
com.oracle.bmc.waas.responses |
Modifier and Type | Method and Description |
---|---|
Iterable<ThreatFeed> |
WaasPaginators.listThreatFeedsRecordIterator(ListThreatFeedsRequest request)
Creates a new iterable which will iterate over the
ThreatFeed objects contained in responses from the listThreatFeeds
operation. |
Modifier and Type | Method and Description |
---|---|
ThreatFeed |
ThreatFeed.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ThreatFeed> |
WafConfig.getThreatFeeds()
A list of threat intelligence feeds and the actions to apply to known malicious traffic based
on internet intelligence.
|
Modifier and Type | Method and Description |
---|---|
ThreatFeed.Builder |
ThreatFeed.Builder.copy(ThreatFeed model) |
Modifier and Type | Method and Description |
---|---|
WafConfig.Builder |
WafConfig.Builder.threatFeeds(List<ThreatFeed> threatFeeds)
A list of threat intelligence feeds and the actions to apply to known malicious traffic
based on internet intelligence.
|
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 |
---|---|
List<ThreatFeed> |
ListThreatFeedsResponse.getItems()
A list of
com.oracle.bmc.waas.model.ThreatFeed instances. |
Modifier and Type | Method and Description |
---|---|
ListThreatFeedsResponse.Builder |
ListThreatFeedsResponse.Builder.items(List<ThreatFeed> items)
A list of
com.oracle.bmc.waas.model.ThreatFeed instances. |
Copyright © 2016–2024. All rights reserved.