| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListFraudstersResponse |
VoiceIdClient.listFraudsters(Consumer<ListFraudstersRequest.Builder> listFraudstersRequest)
Lists all fraudsters in a specified watchlist or domain.
|
default ListFraudstersResponse |
VoiceIdClient.listFraudsters(ListFraudstersRequest listFraudstersRequest)
Lists all fraudsters in a specified watchlist or domain.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListFraudstersResponse> |
ListFraudstersIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListFraudstersPublisher.subscribe(org.reactivestreams.Subscriber<? super ListFraudstersResponse> subscriber) |
Copyright © 2023. All rights reserved.