Uses of Class
com.oracle.bmc.waas.requests.GetHumanInteractionChallengeRequest
-
Packages that use GetHumanInteractionChallengeRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of GetHumanInteractionChallengeRequest in com.oracle.bmc.waas
Method parameters in com.oracle.bmc.waas with type arguments of type GetHumanInteractionChallengeRequest Modifier and Type Method Description Future<GetHumanInteractionChallengeResponse>
WaasAsync. getHumanInteractionChallenge(GetHumanInteractionChallengeRequest request, AsyncHandler<GetHumanInteractionChallengeRequest,GetHumanInteractionChallengeResponse> handler)
Gets the human interaction challenge settings in the Web Application Firewall configuration for a WAAS policy.Future<GetHumanInteractionChallengeResponse>
WaasAsyncClient. getHumanInteractionChallenge(GetHumanInteractionChallengeRequest request, AsyncHandler<GetHumanInteractionChallengeRequest,GetHumanInteractionChallengeResponse> handler)
-
Uses of GetHumanInteractionChallengeRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return GetHumanInteractionChallengeRequest Modifier and Type Method Description GetHumanInteractionChallengeRequest
GetHumanInteractionChallengeRequest.Builder. build()
Build the instance of GetHumanInteractionChallengeRequest as configured by this builderGetHumanInteractionChallengeRequest
GetHumanInteractionChallengeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetHumanInteractionChallengeRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type GetHumanInteractionChallengeRequest Modifier and Type Method Description GetHumanInteractionChallengeRequest.Builder
GetHumanInteractionChallengeRequest.Builder. copy(GetHumanInteractionChallengeRequest o)
Copy method to populate the builder with values from the given instance.
-