Uses of Class
com.oracle.bmc.waas.responses.GetHumanInteractionChallengeResponse
-
Packages that use GetHumanInteractionChallengeResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses -
-
Uses of GetHumanInteractionChallengeResponse in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return GetHumanInteractionChallengeResponse Modifier and Type Method Description GetHumanInteractionChallengeResponse
Waas. getHumanInteractionChallenge(GetHumanInteractionChallengeRequest request)
Gets the human interaction challenge settings in the Web Application Firewall configuration for a WAAS policy.GetHumanInteractionChallengeResponse
WaasClient. getHumanInteractionChallenge(GetHumanInteractionChallengeRequest request)
Methods in com.oracle.bmc.waas that return types with arguments of type GetHumanInteractionChallengeResponse 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)
Method parameters in com.oracle.bmc.waas with type arguments of type GetHumanInteractionChallengeResponse 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 GetHumanInteractionChallengeResponse in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return GetHumanInteractionChallengeResponse Modifier and Type Method Description GetHumanInteractionChallengeResponse
GetHumanInteractionChallengeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type GetHumanInteractionChallengeResponse Modifier and Type Method Description GetHumanInteractionChallengeResponse.Builder
GetHumanInteractionChallengeResponse.Builder. copy(GetHumanInteractionChallengeResponse o)
Copy method to populate the builder with values from the given instance.
-