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.waas
Methods in com.oracle.bmc.waas that return UpdateCaptchasResponse Modifier and Type Method Description UpdateCaptchasResponse
Waas. updateCaptchas(UpdateCaptchasRequest request)
Updates the list of CAPTCHA challenges in the Web Application Firewall configuration for a WAAS policy.UpdateCaptchasResponse
WaasClient. 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.responses
Methods in com.oracle.bmc.waas.responses that return UpdateCaptchasResponse Modifier and Type Method Description UpdateCaptchasResponse
UpdateCaptchasResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type UpdateCaptchasResponse Modifier and Type Method Description UpdateCaptchasResponse.Builder
UpdateCaptchasResponse.Builder. copy(UpdateCaptchasResponse o)
Copy method to populate the builder with values from the given instance.
-