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