Uses of Class
com.oracle.bmc.waas.requests.UpdateCaptchasRequest
-
Packages that use UpdateCaptchasRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of UpdateCaptchasRequest in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas with parameters of type UpdateCaptchasRequest 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.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)
UpdateCaptchasResponse
WaasClient. updateCaptchas(UpdateCaptchasRequest request)
Method parameters in com.oracle.bmc.waas with type arguments of type UpdateCaptchasRequest 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 UpdateCaptchasRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return UpdateCaptchasRequest Modifier and Type Method Description UpdateCaptchasRequest
UpdateCaptchasRequest.Builder. build()
Build the instance of UpdateCaptchasRequest as configured by this builderUpdateCaptchasRequest
UpdateCaptchasRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateCaptchasRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type UpdateCaptchasRequest Modifier and Type Method Description UpdateCaptchasRequest.Builder
UpdateCaptchasRequest.Builder. copy(UpdateCaptchasRequest o)
Copy method to populate the builder with values from the given instance.
-