Uses of Class
software.amazon.awssdk.services.voiceid.model.ListFraudstersResponse
-
Packages that use ListFraudstersResponse 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.paginators -
-
Uses of ListFraudstersResponse in software.amazon.awssdk.services.voiceid
Methods in software.amazon.awssdk.services.voiceid that return ListFraudstersResponse Modifier and Type Method Description default ListFraudstersResponseVoiceIdClient. listFraudsters(Consumer<ListFraudstersRequest.Builder> listFraudstersRequest)Lists all fraudsters in a specified watchlist or domain.default ListFraudstersResponseVoiceIdClient. listFraudsters(ListFraudstersRequest listFraudstersRequest)Lists all fraudsters in a specified watchlist or domain.Methods in software.amazon.awssdk.services.voiceid that return types with arguments of type ListFraudstersResponse Modifier and Type Method Description default CompletableFuture<ListFraudstersResponse>VoiceIdAsyncClient. listFraudsters(Consumer<ListFraudstersRequest.Builder> listFraudstersRequest)Lists all fraudsters in a specified watchlist or domain.default CompletableFuture<ListFraudstersResponse>VoiceIdAsyncClient. listFraudsters(ListFraudstersRequest listFraudstersRequest)Lists all fraudsters in a specified watchlist or domain. -
Uses of ListFraudstersResponse in software.amazon.awssdk.services.voiceid.paginators
Methods in software.amazon.awssdk.services.voiceid.paginators that return types with arguments of type ListFraudstersResponse Modifier and Type Method Description Iterator<ListFraudstersResponse>ListFraudstersIterable. iterator()Method parameters in software.amazon.awssdk.services.voiceid.paginators with type arguments of type ListFraudstersResponse Modifier and Type Method Description voidListFraudstersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListFraudstersResponse> subscriber)
-