| Package | Description |
|---|---|
| software.amazon.awssdk.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
EventIngestion |
EventType.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. |
EventIngestion |
PutEventTypeRequest.eventIngestion()
Specifies if ingenstion is enabled or disabled.
|
static EventIngestion |
EventIngestion.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<EventIngestion> |
EventIngestion.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
EventType.Builder |
EventType.Builder.eventIngestion(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. |
PutEventTypeRequest.Builder |
PutEventTypeRequest.Builder.eventIngestion(EventIngestion eventIngestion)
Specifies if ingenstion is enabled or disabled.
|
Copyright © 2023. All rights reserved.