| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.addEventVariablesEntry(String key,
String value)
Add a single EventVariables entry
|
Event |
Event.clearEventVariablesEntries()
Removes all the entries added into EventVariables.
|
Event |
Event.clone() |
Event |
GetEventResult.getEvent()
The details of the event.
|
Event |
Event.withCurrentLabel(String currentLabel)
The label associated with the event.
|
Event |
Event.withEntities(Collection<Entity> entities)
The event entities.
|
Event |
Event.withEntities(Entity... entities)
The event entities.
|
Event |
Event.withEventId(String eventId)
The event ID.
|
Event |
Event.withEventTimestamp(String eventTimestamp)
The timestamp that defines when the event under evaluation occurred.
|
Event |
Event.withEventTypeName(String eventTypeName)
The event type.
|
Event |
Event.withEventVariables(Map<String,String> eventVariables)
Names of the event type's variables you defined in Amazon Fraud Detector to represent data elements and their
corresponding values for the event you are sending for evaluation.
|
Event |
Event.withLabelTimestamp(String labelTimestamp)
The timestamp associated with the label to update.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetEventResult.setEvent(Event event)
The details of the event.
|
GetEventResult |
GetEventResult.withEvent(Event event)
The details of the event.
|
Copyright © 2025. All rights reserved.