Uses of Class
software.amazon.awssdk.services.voiceid.model.AssociateFraudsterResponse
-
Packages that use AssociateFraudsterResponse 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 AssociateFraudsterResponse in software.amazon.awssdk.services.voiceid
Methods in software.amazon.awssdk.services.voiceid that return AssociateFraudsterResponse Modifier and Type Method Description default AssociateFraudsterResponseVoiceIdClient. associateFraudster(Consumer<AssociateFraudsterRequest.Builder> associateFraudsterRequest)Associates the fraudsters with the watchlist specified in the same domain.default AssociateFraudsterResponseVoiceIdClient. associateFraudster(AssociateFraudsterRequest associateFraudsterRequest)Associates the fraudsters with the watchlist specified in the same domain.Methods in software.amazon.awssdk.services.voiceid that return types with arguments of type AssociateFraudsterResponse Modifier and Type Method Description default CompletableFuture<AssociateFraudsterResponse>VoiceIdAsyncClient. associateFraudster(Consumer<AssociateFraudsterRequest.Builder> associateFraudsterRequest)Associates the fraudsters with the watchlist specified in the same domain.default CompletableFuture<AssociateFraudsterResponse>VoiceIdAsyncClient. associateFraudster(AssociateFraudsterRequest associateFraudsterRequest)Associates the fraudsters with the watchlist specified in the same domain.
-