Uses of Class
com.oracle.bmc.waas.responses.UpdateJsChallengeResponse
- 
Packages that use UpdateJsChallengeResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses 
- 
- 
Uses of UpdateJsChallengeResponse in com.oracle.bmc.waasMethods in com.oracle.bmc.waas that return UpdateJsChallengeResponse Modifier and Type Method Description UpdateJsChallengeResponseWaas. updateJsChallenge(UpdateJsChallengeRequest request)Updates the JavaScript challenge settings in the Web Application Firewall configuration for a WAAS policy.UpdateJsChallengeResponseWaasClient. updateJsChallenge(UpdateJsChallengeRequest request)Methods in com.oracle.bmc.waas that return types with arguments of type UpdateJsChallengeResponse Modifier and Type Method Description Future<UpdateJsChallengeResponse>WaasAsync. updateJsChallenge(UpdateJsChallengeRequest request, AsyncHandler<UpdateJsChallengeRequest,UpdateJsChallengeResponse> handler)Updates the JavaScript challenge settings in the Web Application Firewall configuration for a WAAS policy.Future<UpdateJsChallengeResponse>WaasAsyncClient. updateJsChallenge(UpdateJsChallengeRequest request, AsyncHandler<UpdateJsChallengeRequest,UpdateJsChallengeResponse> handler)Method parameters in com.oracle.bmc.waas with type arguments of type UpdateJsChallengeResponse Modifier and Type Method Description Future<UpdateJsChallengeResponse>WaasAsync. updateJsChallenge(UpdateJsChallengeRequest request, AsyncHandler<UpdateJsChallengeRequest,UpdateJsChallengeResponse> handler)Updates the JavaScript challenge settings in the Web Application Firewall configuration for a WAAS policy.Future<UpdateJsChallengeResponse>WaasAsyncClient. updateJsChallenge(UpdateJsChallengeRequest request, AsyncHandler<UpdateJsChallengeRequest,UpdateJsChallengeResponse> handler)
- 
Uses of UpdateJsChallengeResponse in com.oracle.bmc.waas.responsesMethods in com.oracle.bmc.waas.responses that return UpdateJsChallengeResponse Modifier and Type Method Description UpdateJsChallengeResponseUpdateJsChallengeResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type UpdateJsChallengeResponse Modifier and Type Method Description UpdateJsChallengeResponse.BuilderUpdateJsChallengeResponse.Builder. copy(UpdateJsChallengeResponse o)Copy method to populate the builder with values from the given instance.
 
-