Uses of Class
com.oracle.bmc.waas.responses.UpdateHumanInteractionChallengeResponse
-
Packages that use UpdateHumanInteractionChallengeResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses -
-
Uses of UpdateHumanInteractionChallengeResponse in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return UpdateHumanInteractionChallengeResponse Modifier and Type Method Description UpdateHumanInteractionChallengeResponse
Waas. updateHumanInteractionChallenge(UpdateHumanInteractionChallengeRequest request)
Updates the Human Interaction Challenge (HIC) settings in the Web Application Firewall configuration for a WAAS policy.UpdateHumanInteractionChallengeResponse
WaasClient. updateHumanInteractionChallenge(UpdateHumanInteractionChallengeRequest request)
Methods in com.oracle.bmc.waas that return types with arguments of type UpdateHumanInteractionChallengeResponse Modifier and Type Method Description Future<UpdateHumanInteractionChallengeResponse>
WaasAsync. updateHumanInteractionChallenge(UpdateHumanInteractionChallengeRequest request, AsyncHandler<UpdateHumanInteractionChallengeRequest,UpdateHumanInteractionChallengeResponse> handler)
Updates the Human Interaction Challenge (HIC) settings in the Web Application Firewall configuration for a WAAS policy.Future<UpdateHumanInteractionChallengeResponse>
WaasAsyncClient. updateHumanInteractionChallenge(UpdateHumanInteractionChallengeRequest request, AsyncHandler<UpdateHumanInteractionChallengeRequest,UpdateHumanInteractionChallengeResponse> handler)
Method parameters in com.oracle.bmc.waas with type arguments of type UpdateHumanInteractionChallengeResponse Modifier and Type Method Description Future<UpdateHumanInteractionChallengeResponse>
WaasAsync. updateHumanInteractionChallenge(UpdateHumanInteractionChallengeRequest request, AsyncHandler<UpdateHumanInteractionChallengeRequest,UpdateHumanInteractionChallengeResponse> handler)
Updates the Human Interaction Challenge (HIC) settings in the Web Application Firewall configuration for a WAAS policy.Future<UpdateHumanInteractionChallengeResponse>
WaasAsyncClient. updateHumanInteractionChallenge(UpdateHumanInteractionChallengeRequest request, AsyncHandler<UpdateHumanInteractionChallengeRequest,UpdateHumanInteractionChallengeResponse> handler)
-
Uses of UpdateHumanInteractionChallengeResponse in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return UpdateHumanInteractionChallengeResponse Modifier and Type Method Description UpdateHumanInteractionChallengeResponse
UpdateHumanInteractionChallengeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type UpdateHumanInteractionChallengeResponse Modifier and Type Method Description UpdateHumanInteractionChallengeResponse.Builder
UpdateHumanInteractionChallengeResponse.Builder. copy(UpdateHumanInteractionChallengeResponse o)
Copy method to populate the builder with values from the given instance.
-