Uses of Class
com.oracle.bmc.waas.responses.GetDeviceFingerprintChallengeResponse
-
Packages that use GetDeviceFingerprintChallengeResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses -
-
Uses of GetDeviceFingerprintChallengeResponse in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return GetDeviceFingerprintChallengeResponse Modifier and Type Method Description GetDeviceFingerprintChallengeResponse
Waas. getDeviceFingerprintChallenge(GetDeviceFingerprintChallengeRequest request)
Gets the device fingerprint challenge settings in the Web Application Firewall configuration for a WAAS policy.GetDeviceFingerprintChallengeResponse
WaasClient. getDeviceFingerprintChallenge(GetDeviceFingerprintChallengeRequest request)
Methods in com.oracle.bmc.waas that return types with arguments of type GetDeviceFingerprintChallengeResponse 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)
Method parameters in com.oracle.bmc.waas with type arguments of type GetDeviceFingerprintChallengeResponse 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 GetDeviceFingerprintChallengeResponse in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return GetDeviceFingerprintChallengeResponse Modifier and Type Method Description GetDeviceFingerprintChallengeResponse
GetDeviceFingerprintChallengeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type GetDeviceFingerprintChallengeResponse Modifier and Type Method Description GetDeviceFingerprintChallengeResponse.Builder
GetDeviceFingerprintChallengeResponse.Builder. copy(GetDeviceFingerprintChallengeResponse o)
Copy method to populate the builder with values from the given instance.
-