Uses of Class
software.amazon.awssdk.services.voiceid.model.DisassociateFraudsterResponse
-
Packages that use DisassociateFraudsterResponse Package Description software.amazon.awssdk.services.voiceid Amazon Connect Voice ID provides real-time caller authentication and fraud risk detection, which make voice interactions in contact centers more secure and efficient. -
-
Uses of DisassociateFraudsterResponse in software.amazon.awssdk.services.voiceid
Methods in software.amazon.awssdk.services.voiceid that return DisassociateFraudsterResponse Modifier and Type Method Description default DisassociateFraudsterResponseVoiceIdClient. disassociateFraudster(Consumer<DisassociateFraudsterRequest.Builder> disassociateFraudsterRequest)Disassociates the fraudsters from the watchlist specified.default DisassociateFraudsterResponseVoiceIdClient. disassociateFraudster(DisassociateFraudsterRequest disassociateFraudsterRequest)Disassociates the fraudsters from the watchlist specified.Methods in software.amazon.awssdk.services.voiceid that return types with arguments of type DisassociateFraudsterResponse Modifier and Type Method Description default CompletableFuture<DisassociateFraudsterResponse>VoiceIdAsyncClient. disassociateFraudster(Consumer<DisassociateFraudsterRequest.Builder> disassociateFraudsterRequest)Disassociates the fraudsters from the watchlist specified.default CompletableFuture<DisassociateFraudsterResponse>VoiceIdAsyncClient. disassociateFraudster(DisassociateFraudsterRequest disassociateFraudsterRequest)Disassociates the fraudsters from the watchlist specified.
-