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