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 model) |
Modifier and Type | Method and Description |
---|---|
WafConfig.Builder |
WafConfig.Builder.goodBots(List<GoodBot> goodBots)
A list of bots allowed to access 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.
|
Modifier and Type | Method and Description |
---|---|
List<GoodBot> |
UpdateGoodBotsRequest.getBody$()
Alternative accessor for the body parameter.
|
List<GoodBot> |
UpdateGoodBotsRequest.getGoodBots() |
Modifier and Type | Method and Description |
---|---|
UpdateGoodBotsRequest.Builder |
UpdateGoodBotsRequest.Builder.goodBots(GoodBot singularValue)
Singular setter.
|
Modifier and Type | Method and Description |
---|---|
UpdateGoodBotsRequest.Builder |
UpdateGoodBotsRequest.Builder.body$(List<GoodBot> body)
Alternative setter for the body parameter.
|
UpdateGoodBotsRequest.Builder |
UpdateGoodBotsRequest.Builder.goodBots(List<GoodBot> goodBots) |
Modifier and Type | Method and Description |
---|---|
List<GoodBot> |
ListGoodBotsResponse.getItems()
A list of
com.oracle.bmc.waas.model.GoodBot instances. |
Modifier and Type | Method and Description |
---|---|
ListGoodBotsResponse.Builder |
ListGoodBotsResponse.Builder.items(List<GoodBot> items)
A list of
com.oracle.bmc.waas.model.GoodBot instances. |
Copyright © 2016–2024. All rights reserved.