| Package | Description |
|---|---|
| software.amazon.awssdk.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
List<Entity> |
Event.entities()
The event entities.
|
List<Entity> |
GetEventPredictionRequest.entities()
The entity type (associated with the detector's event type) and specific entity ID representing who performed the
event.
|
List<Entity> |
SendEventRequest.entities()
An array of entities.
|
| Modifier and Type | Method and Description |
|---|---|
Event.Builder |
Event.Builder.entities(Entity... entities)
The event entities.
|
GetEventPredictionRequest.Builder |
GetEventPredictionRequest.Builder.entities(Entity... entities)
The entity type (associated with the detector's event type) and specific entity ID representing who performed
the event.
|
SendEventRequest.Builder |
SendEventRequest.Builder.entities(Entity... entities)
An array of entities.
|
| Modifier and Type | Method and Description |
|---|---|
Event.Builder |
Event.Builder.entities(Collection<Entity> entities)
The event entities.
|
GetEventPredictionRequest.Builder |
GetEventPredictionRequest.Builder.entities(Collection<Entity> entities)
The entity type (associated with the detector's event type) and specific entity ID representing who performed
the event.
|
SendEventRequest.Builder |
SendEventRequest.Builder.entities(Collection<Entity> entities)
An array of entities.
|
Copyright © 2023. All rights reserved.