Uses of Class
software.amazon.awssdk.services.voiceid.model.DeleteWatchlistResponse
-
Packages that use DeleteWatchlistResponse 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 DeleteWatchlistResponse in software.amazon.awssdk.services.voiceid
Methods in software.amazon.awssdk.services.voiceid that return DeleteWatchlistResponse Modifier and Type Method Description default DeleteWatchlistResponseVoiceIdClient. deleteWatchlist(Consumer<DeleteWatchlistRequest.Builder> deleteWatchlistRequest)Deletes the specified watchlist from Voice ID.default DeleteWatchlistResponseVoiceIdClient. deleteWatchlist(DeleteWatchlistRequest deleteWatchlistRequest)Deletes the specified watchlist from Voice ID.Methods in software.amazon.awssdk.services.voiceid that return types with arguments of type DeleteWatchlistResponse Modifier and Type Method Description default CompletableFuture<DeleteWatchlistResponse>VoiceIdAsyncClient. deleteWatchlist(Consumer<DeleteWatchlistRequest.Builder> deleteWatchlistRequest)Deletes the specified watchlist from Voice ID.default CompletableFuture<DeleteWatchlistResponse>VoiceIdAsyncClient. deleteWatchlist(DeleteWatchlistRequest deleteWatchlistRequest)Deletes the specified watchlist from Voice ID.
-