| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
Entity |
Entity.clone() |
Entity |
Entity.withEntityId(String entityId)
The entity ID.
|
Entity |
Entity.withEntityType(String entityType)
The entity type.
|
| Modifier and Type | Method and Description |
|---|---|
List<Entity> |
SendEventRequest.getEntities()
An array of entities.
|
List<Entity> |
GetEventPredictionRequest.getEntities()
The entity type (associated with the detector's event type) and specific entity ID representing who performed the
event.
|
List<Entity> |
Event.getEntities()
The event entities.
|
| Modifier and Type | Method and Description |
|---|---|
SendEventRequest |
SendEventRequest.withEntities(Entity... entities)
An array of entities.
|
GetEventPredictionRequest |
GetEventPredictionRequest.withEntities(Entity... entities)
The entity type (associated with the detector's event type) and specific entity ID representing who performed the
event.
|
Event |
Event.withEntities(Entity... entities)
The event entities.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SendEventRequest.setEntities(Collection<Entity> entities)
An array of entities.
|
void |
GetEventPredictionRequest.setEntities(Collection<Entity> entities)
The entity type (associated with the detector's event type) and specific entity ID representing who performed the
event.
|
void |
Event.setEntities(Collection<Entity> entities)
The event entities.
|
SendEventRequest |
SendEventRequest.withEntities(Collection<Entity> entities)
An array of entities.
|
GetEventPredictionRequest |
GetEventPredictionRequest.withEntities(Collection<Entity> entities)
The entity type (associated with the detector's event type) and specific entity ID representing who performed the
event.
|
Event |
Event.withEntities(Collection<Entity> entities)
The event entities.
|
Copyright © 2024. All rights reserved.