Uses of Class
com.oracle.bmc.waas.responses.UpdateCaptchasResponse
- 
Packages that use UpdateCaptchasResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses 
- 
- 
Uses of UpdateCaptchasResponse in com.oracle.bmc.waasMethods in com.oracle.bmc.waas that return UpdateCaptchasResponse Modifier and Type Method Description UpdateCaptchasResponseWaas. updateCaptchas(UpdateCaptchasRequest request)Updates the list of CAPTCHA challenges in the Web Application Firewall configuration for a WAAS policy.UpdateCaptchasResponseWaasClient. updateCaptchas(UpdateCaptchasRequest request)Methods in com.oracle.bmc.waas that return types with arguments of type UpdateCaptchasResponse Modifier and Type Method Description Future<UpdateCaptchasResponse>WaasAsync. updateCaptchas(UpdateCaptchasRequest request, AsyncHandler<UpdateCaptchasRequest,UpdateCaptchasResponse> handler)Updates the list of CAPTCHA challenges in the Web Application Firewall configuration for a WAAS policy.Future<UpdateCaptchasResponse>WaasAsyncClient. updateCaptchas(UpdateCaptchasRequest request, AsyncHandler<UpdateCaptchasRequest,UpdateCaptchasResponse> handler)Method parameters in com.oracle.bmc.waas with type arguments of type UpdateCaptchasResponse Modifier and Type Method Description Future<UpdateCaptchasResponse>WaasAsync. updateCaptchas(UpdateCaptchasRequest request, AsyncHandler<UpdateCaptchasRequest,UpdateCaptchasResponse> handler)Updates the list of CAPTCHA challenges in the Web Application Firewall configuration for a WAAS policy.Future<UpdateCaptchasResponse>WaasAsyncClient. updateCaptchas(UpdateCaptchasRequest request, AsyncHandler<UpdateCaptchasRequest,UpdateCaptchasResponse> handler)
- 
Uses of UpdateCaptchasResponse in com.oracle.bmc.waas.responsesMethods in com.oracle.bmc.waas.responses that return UpdateCaptchasResponse Modifier and Type Method Description UpdateCaptchasResponseUpdateCaptchasResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type UpdateCaptchasResponse Modifier and Type Method Description UpdateCaptchasResponse.BuilderUpdateCaptchasResponse.Builder. copy(UpdateCaptchasResponse o)Copy method to populate the builder with values from the given instance.
 
-