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