| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
static EventIngestion |
EventIngestion.fromValue(String value)
Use this in place of valueOf.
|
static EventIngestion |
EventIngestion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventIngestion[] |
EventIngestion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PutEventTypeRequest |
PutEventTypeRequest.withEventIngestion(EventIngestion eventIngestion)
Specifies if ingestion is enabled or disabled.
|
EventType |
EventType.withEventIngestion(EventIngestion eventIngestion)
If
Enabled, Amazon Fraud Detector stores event data when you generate a prediction and uses that
data to update calculated variables in near real-time. |
Copyright © 2024. All rights reserved.