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 o) |
Modifier and Type | Method and Description |
---|---|
WafConfig.Builder |
WafConfig.Builder.threatFeeds(List<ThreatFeed> threatFeeds) |
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 ThreatFeed instances.
|
Modifier and Type | Method and Description |
---|---|
ListThreatFeedsResponse.Builder |
ListThreatFeedsResponse.Builder.items(List<ThreatFeed> items) |
Copyright © 2016–2020. All rights reserved.