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.waasMethod 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.requestsMethods in com.oracle.bmc.waas.requests that return UpdateDeviceFingerprintChallengeRequest Modifier and Type Method Description UpdateDeviceFingerprintChallengeRequestUpdateDeviceFingerprintChallengeRequest.Builder. build()Build the instance of UpdateDeviceFingerprintChallengeRequest as configured by this builderUpdateDeviceFingerprintChallengeRequestUpdateDeviceFingerprintChallengeRequest.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.BuilderUpdateDeviceFingerprintChallengeRequest.Builder. copy(UpdateDeviceFingerprintChallengeRequest o)Copy method to populate the builder with values from the given instance.
 
-