Uses of Class
software.amazon.awssdk.services.voiceid.model.ListFraudsterRegistrationJobsResponse
-
Packages that use ListFraudsterRegistrationJobsResponse 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 ListFraudsterRegistrationJobsResponse in software.amazon.awssdk.services.voiceid
Methods in software.amazon.awssdk.services.voiceid that return ListFraudsterRegistrationJobsResponse Modifier and Type Method Description default ListFraudsterRegistrationJobsResponseVoiceIdClient. listFraudsterRegistrationJobs(Consumer<ListFraudsterRegistrationJobsRequest.Builder> listFraudsterRegistrationJobsRequest)Lists all the fraudster registration jobs in the domain with the givenJobStatus.default ListFraudsterRegistrationJobsResponseVoiceIdClient. listFraudsterRegistrationJobs(ListFraudsterRegistrationJobsRequest listFraudsterRegistrationJobsRequest)Lists all the fraudster registration jobs in the domain with the givenJobStatus.Methods in software.amazon.awssdk.services.voiceid that return types with arguments of type ListFraudsterRegistrationJobsResponse Modifier and Type Method Description default CompletableFuture<ListFraudsterRegistrationJobsResponse>VoiceIdAsyncClient. listFraudsterRegistrationJobs(Consumer<ListFraudsterRegistrationJobsRequest.Builder> listFraudsterRegistrationJobsRequest)Lists all the fraudster registration jobs in the domain with the givenJobStatus.default CompletableFuture<ListFraudsterRegistrationJobsResponse>VoiceIdAsyncClient. listFraudsterRegistrationJobs(ListFraudsterRegistrationJobsRequest listFraudsterRegistrationJobsRequest)Lists all the fraudster registration jobs in the domain with the givenJobStatus. -
Uses of ListFraudsterRegistrationJobsResponse in software.amazon.awssdk.services.voiceid.paginators
Methods in software.amazon.awssdk.services.voiceid.paginators that return types with arguments of type ListFraudsterRegistrationJobsResponse Modifier and Type Method Description Iterator<ListFraudsterRegistrationJobsResponse>ListFraudsterRegistrationJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.voiceid.paginators with type arguments of type ListFraudsterRegistrationJobsResponse Modifier and Type Method Description voidListFraudsterRegistrationJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListFraudsterRegistrationJobsResponse> subscriber)
-