| Package | Description |
|---|---|
| software.amazon.awssdk.services.voiceid |
Amazon Connect Voice ID provides real-time caller authentication and fraud screening.
|
| software.amazon.awssdk.services.voiceid.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListFraudsterRegistrationJobsResponse |
VoiceIdClient.listFraudsterRegistrationJobs(Consumer<ListFraudsterRegistrationJobsRequest.Builder> listFraudsterRegistrationJobsRequest)
Lists all the fraudster registration jobs in the domain with the given
JobStatus. |
default ListFraudsterRegistrationJobsResponse |
VoiceIdClient.listFraudsterRegistrationJobs(ListFraudsterRegistrationJobsRequest listFraudsterRegistrationJobsRequest)
Lists all the fraudster registration jobs in the domain with the given
JobStatus. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListFraudsterRegistrationJobsResponse> |
VoiceIdAsyncClient.listFraudsterRegistrationJobs(Consumer<ListFraudsterRegistrationJobsRequest.Builder> listFraudsterRegistrationJobsRequest)
Lists all the fraudster registration jobs in the domain with the given
JobStatus. |
default CompletableFuture<ListFraudsterRegistrationJobsResponse> |
VoiceIdAsyncClient.listFraudsterRegistrationJobs(ListFraudsterRegistrationJobsRequest listFraudsterRegistrationJobsRequest)
Lists all the fraudster registration jobs in the domain with the given
JobStatus. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListFraudsterRegistrationJobsResponse> |
ListFraudsterRegistrationJobsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListFraudsterRegistrationJobsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListFraudsterRegistrationJobsResponse> subscriber) |
Copyright © 2023. All rights reserved.