Uses of Class
com.oracle.bmc.waas.model.Captcha
-
Packages that use Captcha Package Description com.oracle.bmc.waas com.oracle.bmc.waas.model com.oracle.bmc.waas.requests com.oracle.bmc.waas.responses -
-
Uses of Captcha in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return types with arguments of type Captcha Modifier and Type Method Description Iterable<Captcha>
WaasPaginators. listCaptchasRecordIterator(ListCaptchasRequest request)
Creates a new iterable which will iterate over theCaptcha
objects contained in responses from the listCaptchas operation. -
Uses of Captcha in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return Captcha Modifier and Type Method Description Captcha
Captcha.Builder. build()
Methods in com.oracle.bmc.waas.model that return types with arguments of type Captcha Modifier and Type Method Description List<Captcha>
WafConfig. getCaptchas()
A list of CAPTCHA challenge settings.List<Captcha>
WafConfigDetails. getCaptchas()
A list of CAPTCHA challenge settings.Methods in com.oracle.bmc.waas.model with parameters of type Captcha Modifier and Type Method Description Captcha.Builder
Captcha.Builder. copy(Captcha model)
Method parameters in com.oracle.bmc.waas.model with type arguments of type Captcha Modifier and Type Method 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. -
Uses of Captcha in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return types with arguments of type Captcha Modifier and Type Method Description List<Captcha>
UpdateCaptchasRequest. getBody$()
Alternative accessor for the body parameter.List<Captcha>
UpdateCaptchasRequest. getCaptchas()
A list of CAPTCHA details.Methods in com.oracle.bmc.waas.requests with parameters of type Captcha Modifier and Type Method Description UpdateCaptchasRequest.Builder
UpdateCaptchasRequest.Builder. captchas(Captcha singularValue)
Singular setter.Method parameters in com.oracle.bmc.waas.requests with type arguments of type Captcha Modifier and Type Method 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. -
Uses of Captcha in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return types with arguments of type Captcha Modifier and Type Method Description List<Captcha>
ListCaptchasResponse. getItems()
A list of com.oracle.bmc.waas.model.Captcha instances.Method parameters in com.oracle.bmc.waas.responses with type arguments of type Captcha Modifier and Type Method Description ListCaptchasResponse.Builder
ListCaptchasResponse.Builder. items(List<Captcha> items)
A list of com.oracle.bmc.waas.model.Captcha instances.
-