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