Uses of Class
software.amazon.awssdk.services.voiceid.model.AssociateFraudsterRequest
-
Packages that use AssociateFraudsterRequest 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.software.amazon.awssdk.services.voiceid.transform -
-
Uses of AssociateFraudsterRequest in software.amazon.awssdk.services.voiceid
Methods in software.amazon.awssdk.services.voiceid with parameters of type AssociateFraudsterRequest Modifier and Type Method Description default CompletableFuture<AssociateFraudsterResponse>VoiceIdAsyncClient. associateFraudster(AssociateFraudsterRequest 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. -
Uses of AssociateFraudsterRequest in software.amazon.awssdk.services.voiceid.transform
Methods in software.amazon.awssdk.services.voiceid.transform with parameters of type AssociateFraudsterRequest Modifier and Type Method Description SdkHttpFullRequestAssociateFraudsterRequestMarshaller. marshall(AssociateFraudsterRequest associateFraudsterRequest)
-