| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.voiceid.model |
| Modifier and Type | Method and Description |
|---|---|
Future<AssociateFraudsterResult> |
AmazonVoiceIDAsyncClient.associateFraudsterAsync(AssociateFraudsterRequest request,
AsyncHandler<AssociateFraudsterRequest,AssociateFraudsterResult> asyncHandler) |
Future<AssociateFraudsterResult> |
AmazonVoiceIDAsync.associateFraudsterAsync(AssociateFraudsterRequest associateFraudsterRequest,
AsyncHandler<AssociateFraudsterRequest,AssociateFraudsterResult> asyncHandler)
Associates the fraudsters with the watchlist specified in the same domain.
|
Future<AssociateFraudsterResult> |
AbstractAmazonVoiceIDAsync.associateFraudsterAsync(AssociateFraudsterRequest request,
AsyncHandler<AssociateFraudsterRequest,AssociateFraudsterResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AssociateFraudsterRequest |
AssociateFraudsterRequest.clone() |
AssociateFraudsterRequest |
AssociateFraudsterRequest.withDomainId(String domainId)
The identifier of the domain that contains the fraudster.
|
AssociateFraudsterRequest |
AssociateFraudsterRequest.withFraudsterId(String fraudsterId)
The identifier of the fraudster to be associated with the watchlist.
|
AssociateFraudsterRequest |
AssociateFraudsterRequest.withWatchlistId(String watchlistId)
The identifier of the watchlist you want to associate with the fraudster.
|
Copyright © 2024. All rights reserved.