| Package | Description |
|---|---|
| com.amazonaws.services.voiceid.model |
| Modifier and Type | Method and Description |
|---|---|
Fraudster |
Fraudster.clone() |
Fraudster |
DescribeFraudsterResult.getFraudster()
Information about the specified fraudster.
|
Fraudster |
AssociateFraudsterResult.getFraudster() |
Fraudster |
DisassociateFraudsterResult.getFraudster() |
Fraudster |
Fraudster.withCreatedAt(Date createdAt)
The timestamp of when Voice ID identified the fraudster.
|
Fraudster |
Fraudster.withDomainId(String domainId)
The identifier of the domain that contains the fraudster.
|
Fraudster |
Fraudster.withGeneratedFraudsterId(String generatedFraudsterId)
The service-generated identifier for the fraudster.
|
Fraudster |
Fraudster.withWatchlistIds(Collection<String> watchlistIds)
The identifier of the watchlists the fraudster is a part of.
|
Fraudster |
Fraudster.withWatchlistIds(String... watchlistIds)
The identifier of the watchlists the fraudster is a part of.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFraudsterResult.setFraudster(Fraudster fraudster)
Information about the specified fraudster.
|
void |
AssociateFraudsterResult.setFraudster(Fraudster fraudster) |
void |
DisassociateFraudsterResult.setFraudster(Fraudster fraudster) |
DescribeFraudsterResult |
DescribeFraudsterResult.withFraudster(Fraudster fraudster)
Information about the specified fraudster.
|
AssociateFraudsterResult |
AssociateFraudsterResult.withFraudster(Fraudster fraudster) |
DisassociateFraudsterResult |
DisassociateFraudsterResult.withFraudster(Fraudster fraudster) |
Copyright © 2024. All rights reserved.