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