Uses of Class
software.amazon.awssdk.services.voiceid.model.DeleteFraudsterResponse
-
Packages that use DeleteFraudsterResponse 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 DeleteFraudsterResponse in software.amazon.awssdk.services.voiceid
Methods in software.amazon.awssdk.services.voiceid that return DeleteFraudsterResponse Modifier and Type Method Description default DeleteFraudsterResponseVoiceIdClient. deleteFraudster(Consumer<DeleteFraudsterRequest.Builder> deleteFraudsterRequest)Deletes the specified fraudster from Voice ID.default DeleteFraudsterResponseVoiceIdClient. deleteFraudster(DeleteFraudsterRequest deleteFraudsterRequest)Deletes the specified fraudster from Voice ID.Methods in software.amazon.awssdk.services.voiceid that return types with arguments of type DeleteFraudsterResponse Modifier and Type Method Description default CompletableFuture<DeleteFraudsterResponse>VoiceIdAsyncClient. deleteFraudster(Consumer<DeleteFraudsterRequest.Builder> deleteFraudsterRequest)Deletes the specified fraudster from Voice ID.default CompletableFuture<DeleteFraudsterResponse>VoiceIdAsyncClient. deleteFraudster(DeleteFraudsterRequest deleteFraudsterRequest)Deletes the specified fraudster from Voice ID.
-