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