Uses of Class
software.amazon.awssdk.services.voiceid.model.CreateWatchlistResponse
-
Packages that use CreateWatchlistResponse 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 CreateWatchlistResponse in software.amazon.awssdk.services.voiceid
Methods in software.amazon.awssdk.services.voiceid that return CreateWatchlistResponse Modifier and Type Method Description default CreateWatchlistResponseVoiceIdClient. createWatchlist(Consumer<CreateWatchlistRequest.Builder> createWatchlistRequest)Creates a watchlist that fraudsters can be a part of.default CreateWatchlistResponseVoiceIdClient. createWatchlist(CreateWatchlistRequest createWatchlistRequest)Creates a watchlist that fraudsters can be a part of.Methods in software.amazon.awssdk.services.voiceid that return types with arguments of type CreateWatchlistResponse Modifier and Type Method Description default CompletableFuture<CreateWatchlistResponse>VoiceIdAsyncClient. createWatchlist(Consumer<CreateWatchlistRequest.Builder> createWatchlistRequest)Creates a watchlist that fraudsters can be a part of.default CompletableFuture<CreateWatchlistResponse>VoiceIdAsyncClient. createWatchlist(CreateWatchlistRequest createWatchlistRequest)Creates a watchlist that fraudsters can be a part of.
-