| 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<DisassociateFraudsterResult> |
AbstractAmazonVoiceIDAsync.disassociateFraudsterAsync(DisassociateFraudsterRequest request,
AsyncHandler<DisassociateFraudsterRequest,DisassociateFraudsterResult> asyncHandler) |
Future<DisassociateFraudsterResult> |
AmazonVoiceIDAsyncClient.disassociateFraudsterAsync(DisassociateFraudsterRequest request,
AsyncHandler<DisassociateFraudsterRequest,DisassociateFraudsterResult> asyncHandler) |
Future<DisassociateFraudsterResult> |
AmazonVoiceIDAsync.disassociateFraudsterAsync(DisassociateFraudsterRequest disassociateFraudsterRequest,
AsyncHandler<DisassociateFraudsterRequest,DisassociateFraudsterResult> asyncHandler)
Disassociates the fraudsters from the watchlist specified.
|
| Modifier and Type | Method and Description |
|---|---|
DisassociateFraudsterRequest |
DisassociateFraudsterRequest.clone() |
DisassociateFraudsterRequest |
DisassociateFraudsterRequest.withDomainId(String domainId)
The identifier of the domain that contains the fraudster.
|
DisassociateFraudsterRequest |
DisassociateFraudsterRequest.withFraudsterId(String fraudsterId)
The identifier of the fraudster to be disassociated from the watchlist.
|
DisassociateFraudsterRequest |
DisassociateFraudsterRequest.withWatchlistId(String watchlistId)
The identifier of the watchlist that you want to disassociate from the fraudster.
|
Copyright © 2023. All rights reserved.