| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AssociateFraudsterResponse> |
VoiceIdAsyncClient.associateFraudster(Consumer<AssociateFraudsterRequest.Builder> associateFraudsterRequest)
Associates the fraudsters with the watchlist specified in the same domain.
|
default AssociateFraudsterResponse |
VoiceIdClient.associateFraudster(Consumer<AssociateFraudsterRequest.Builder> associateFraudsterRequest)
Associates the fraudsters with the watchlist specified in the same domain.
|
| Modifier and Type | Method and Description |
|---|---|
static AssociateFraudsterRequest.Builder |
AssociateFraudsterRequest.builder() |
AssociateFraudsterRequest.Builder |
AssociateFraudsterRequest.Builder.domainId(String domainId)
The identifier of the domain that contains the fraudster.
|
AssociateFraudsterRequest.Builder |
AssociateFraudsterRequest.Builder.fraudsterId(String fraudsterId)
The identifier of the fraudster to be associated with the watchlist.
|
AssociateFraudsterRequest.Builder |
AssociateFraudsterRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateFraudsterRequest.Builder |
AssociateFraudsterRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateFraudsterRequest.Builder |
AssociateFraudsterRequest.toBuilder() |
AssociateFraudsterRequest.Builder |
AssociateFraudsterRequest.Builder.watchlistId(String watchlistId)
The identifier of the watchlist you want to associate with the fraudster.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AssociateFraudsterRequest.Builder> |
AssociateFraudsterRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.