| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
EventPredictionSummary |
EventPredictionSummary.clone() |
EventPredictionSummary |
EventPredictionSummary.withDetectorId(String detectorId)
The detector ID.
|
EventPredictionSummary |
EventPredictionSummary.withDetectorVersionId(String detectorVersionId)
The detector version ID.
|
EventPredictionSummary |
EventPredictionSummary.withEventId(String eventId)
The event ID.
|
EventPredictionSummary |
EventPredictionSummary.withEventTimestamp(String eventTimestamp)
The timestamp of the event.
|
EventPredictionSummary |
EventPredictionSummary.withEventTypeName(String eventTypeName)
The event type.
|
EventPredictionSummary |
EventPredictionSummary.withPredictionTimestamp(String predictionTimestamp)
The timestamp when the prediction was generated.
|
| Modifier and Type | Method and Description |
|---|---|
List<EventPredictionSummary> |
ListEventPredictionsResult.getEventPredictionSummaries()
The summary of the past predictions.
|
| Modifier and Type | Method and Description |
|---|---|
ListEventPredictionsResult |
ListEventPredictionsResult.withEventPredictionSummaries(EventPredictionSummary... eventPredictionSummaries)
The summary of the past predictions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEventPredictionsResult.setEventPredictionSummaries(Collection<EventPredictionSummary> eventPredictionSummaries)
The summary of the past predictions.
|
ListEventPredictionsResult |
ListEventPredictionsResult.withEventPredictionSummaries(Collection<EventPredictionSummary> eventPredictionSummaries)
The summary of the past predictions.
|
Copyright © 2025. All rights reserved.