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<Captcha> |
WaasPaginators.listCaptchasRecordIterator(ListCaptchasRequest request)
Creates a new iterable which will iterate over the
Captcha
objects contained in responses from the listCaptchas operation. |
Modifier and Type | Method and Description |
---|---|
Captcha |
Captcha.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Captcha> |
WafConfig.getCaptchas()
A list of CAPTCHA challenge settings.
|
List<Captcha> |
WafConfigDetails.getCaptchas()
A list of CAPTCHA challenge settings.
|
Modifier and Type | Method and Description |
---|---|
Captcha.Builder |
Captcha.Builder.copy(Captcha model) |
Modifier and Type | Method and Description |
---|---|
WafConfig.Builder |
WafConfig.Builder.captchas(List<Captcha> captchas)
A list of CAPTCHA challenge settings.
|
WafConfigDetails.Builder |
WafConfigDetails.Builder.captchas(List<Captcha> captchas)
A list of CAPTCHA challenge settings.
|
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.
|
WafConfigDetails(List<AccessRule> accessRules,
AddressRateLimiting addressRateLimiting,
List<Captcha> captchas,
DeviceFingerprintChallenge deviceFingerprintChallenge,
HumanInteractionChallenge humanInteractionChallenge,
JsChallenge jsChallenge,
String origin,
List<CachingRule> cachingRules,
List<CustomProtectionRuleSetting> customProtectionRules,
List<String> originGroups,
ProtectionSettings protectionSettings,
List<Whitelist> whitelists)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<Captcha> |
UpdateCaptchasRequest.getBody$()
Alternative accessor for the body parameter.
|
List<Captcha> |
UpdateCaptchasRequest.getCaptchas()
A list of CAPTCHA details.
|
Modifier and Type | Method and Description |
---|---|
UpdateCaptchasRequest.Builder |
UpdateCaptchasRequest.Builder.captchas(Captcha singularValue)
Singular setter.
|
Modifier and Type | Method and Description |
---|---|
UpdateCaptchasRequest.Builder |
UpdateCaptchasRequest.Builder.body$(List<Captcha> body)
Alternative setter for the body parameter.
|
UpdateCaptchasRequest.Builder |
UpdateCaptchasRequest.Builder.captchas(List<Captcha> captchas)
A list of CAPTCHA details.
|
Modifier and Type | Method and Description |
---|---|
List<Captcha> |
ListCaptchasResponse.getItems()
A list of
com.oracle.bmc.waas.model.Captcha instances. |
Modifier and Type | Method and Description |
---|---|
ListCaptchasResponse.Builder |
ListCaptchasResponse.Builder.items(List<Captcha> items)
A list of
com.oracle.bmc.waas.model.Captcha instances. |
Copyright © 2016–2024. All rights reserved.