| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
Outcome |
Outcome.clone() |
Outcome |
Outcome.withArn(String arn)
The outcome ARN.
|
Outcome |
Outcome.withCreatedTime(String createdTime)
The timestamp when the outcome was created.
|
Outcome |
Outcome.withDescription(String description)
The outcome description.
|
Outcome |
Outcome.withLastUpdatedTime(String lastUpdatedTime)
The timestamp when the outcome was last updated.
|
Outcome |
Outcome.withName(String name)
The outcome name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Outcome> |
GetOutcomesResult.getOutcomes()
The outcomes.
|
| Modifier and Type | Method and Description |
|---|---|
GetOutcomesResult |
GetOutcomesResult.withOutcomes(Outcome... outcomes)
The outcomes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetOutcomesResult.setOutcomes(Collection<Outcome> outcomes)
The outcomes.
|
GetOutcomesResult |
GetOutcomesResult.withOutcomes(Collection<Outcome> outcomes)
The outcomes.
|
Copyright © 2024. All rights reserved.