Uses of Class
software.amazon.awssdk.services.voiceid.model.ListFraudsterRegistrationJobsRequest
-
Packages that use ListFraudsterRegistrationJobsRequest 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 software.amazon.awssdk.services.voiceid.transform -
-
Uses of ListFraudsterRegistrationJobsRequest in software.amazon.awssdk.services.voiceid
Methods in software.amazon.awssdk.services.voiceid with parameters of type ListFraudsterRegistrationJobsRequest Modifier and Type Method Description default CompletableFuture<ListFraudsterRegistrationJobsResponse>VoiceIdAsyncClient. listFraudsterRegistrationJobs(ListFraudsterRegistrationJobsRequest 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.default ListFraudsterRegistrationJobsPublisherVoiceIdAsyncClient. listFraudsterRegistrationJobsPaginator(ListFraudsterRegistrationJobsRequest listFraudsterRegistrationJobsRequest)Lists all the fraudster registration jobs in the domain with the givenJobStatus.default ListFraudsterRegistrationJobsIterableVoiceIdClient. listFraudsterRegistrationJobsPaginator(ListFraudsterRegistrationJobsRequest listFraudsterRegistrationJobsRequest)Lists all the fraudster registration jobs in the domain with the givenJobStatus. -
Uses of ListFraudsterRegistrationJobsRequest in software.amazon.awssdk.services.voiceid.paginators
Constructors in software.amazon.awssdk.services.voiceid.paginators with parameters of type ListFraudsterRegistrationJobsRequest Constructor Description ListFraudsterRegistrationJobsIterable(VoiceIdClient client, ListFraudsterRegistrationJobsRequest firstRequest)ListFraudsterRegistrationJobsPublisher(VoiceIdAsyncClient client, ListFraudsterRegistrationJobsRequest firstRequest) -
Uses of ListFraudsterRegistrationJobsRequest in software.amazon.awssdk.services.voiceid.transform
Methods in software.amazon.awssdk.services.voiceid.transform with parameters of type ListFraudsterRegistrationJobsRequest Modifier and Type Method Description SdkHttpFullRequestListFraudsterRegistrationJobsRequestMarshaller. marshall(ListFraudsterRegistrationJobsRequest listFraudsterRegistrationJobsRequest)
-