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