Package | Description |
---|---|
com.oracle.bmc.waas | |
com.oracle.bmc.waas.model | |
com.oracle.bmc.waas.requests | |
com.oracle.bmc.waas.responses |
Modifier and Type | Method and Description |
---|---|
Iterable<GoodBot> |
WaasPaginators.listGoodBotsRecordIterator(ListGoodBotsRequest request)
Creates a new iterable which will iterate over the
GoodBot objects contained in responses from the listGoodBots operation. |
Modifier and Type | Method and Description |
---|---|
GoodBot |
GoodBot.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<GoodBot> |
WafConfig.getGoodBots()
A list of bots allowed to access the web application.
|
Modifier and Type | Method and Description |
---|---|
GoodBot.Builder |
GoodBot.Builder.copy(GoodBot o) |
Modifier and Type | Method and Description |
---|---|
WafConfig.Builder |
WafConfig.Builder.goodBots(List<GoodBot> goodBots) |
Constructor and Description |
---|
WafConfig(List<AccessRule> accessRules,
AddressRateLimiting addressRateLimiting,
List<Captcha> captchas,
DeviceFingerprintChallenge deviceFingerprintChallenge,
List<GoodBot> goodBots,
HumanInteractionChallenge humanInteractionChallenge,
JsChallenge jsChallenge,
String origin,
List<ProtectionRule> protectionRules,
ProtectionSettings protectionSettings,
List<ThreatFeed> threatFeeds,
List<Whitelist> whitelists)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<GoodBot> |
UpdateGoodBotsRequest.getGoodBots() |
Modifier and Type | Method and Description |
---|---|
UpdateGoodBotsRequest.Builder |
UpdateGoodBotsRequest.Builder.goodBots(List<GoodBot> goodBots) |
Modifier and Type | Method and Description |
---|---|
List<GoodBot> |
ListGoodBotsResponse.getItems()
A list of GoodBot instances.
|
Modifier and Type | Method and Description |
---|---|
ListGoodBotsResponse.Builder |
ListGoodBotsResponse.Builder.items(List<GoodBot> items) |
Copyright © 2016–2019. All rights reserved.