| Package | Description |
|---|---|
| com.amazonaws.services.voiceid.model |
| Modifier and Type | Method and Description |
|---|---|
FraudsterSummary |
FraudsterSummary.clone() |
FraudsterSummary |
FraudsterSummary.withCreatedAt(Date createdAt)
The timestamp of when the fraudster summary was created.
|
FraudsterSummary |
FraudsterSummary.withDomainId(String domainId)
The identifier of the domain that contains the fraudster summary.
|
FraudsterSummary |
FraudsterSummary.withGeneratedFraudsterId(String generatedFraudsterId)
The service-generated identifier for the fraudster.
|
FraudsterSummary |
FraudsterSummary.withWatchlistIds(Collection<String> watchlistIds)
The identifier of the watchlists the fraudster is a part of.
|
FraudsterSummary |
FraudsterSummary.withWatchlistIds(String... watchlistIds)
The identifier of the watchlists the fraudster is a part of.
|
| Modifier and Type | Method and Description |
|---|---|
List<FraudsterSummary> |
ListFraudstersResult.getFraudsterSummaries()
A list that contains details about each fraudster in the Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
ListFraudstersResult |
ListFraudstersResult.withFraudsterSummaries(FraudsterSummary... fraudsterSummaries)
A list that contains details about each fraudster in the Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFraudstersResult.setFraudsterSummaries(Collection<FraudsterSummary> fraudsterSummaries)
A list that contains details about each fraudster in the Amazon Web Services account.
|
ListFraudstersResult |
ListFraudstersResult.withFraudsterSummaries(Collection<FraudsterSummary> fraudsterSummaries)
A list that contains details about each fraudster in the Amazon Web Services account.
|
Copyright © 2024. All rights reserved.