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