Uses of Class
software.amazon.awssdk.services.frauddetector.model.EventIngestion
-
Packages that use EventIngestion Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of EventIngestion in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return EventIngestion Modifier and Type Method Description EventIngestionEventType. eventIngestion()IfEnabled, Amazon Fraud Detector stores event data when you generate a prediction and uses that data to update calculated variables in near real-time.EventIngestionPutEventTypeRequest. eventIngestion()Specifies if ingestion is enabled or disabled.static EventIngestionEventIngestion. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EventIngestionEventIngestion. 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.Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type EventIngestion Modifier and Type Method Description static Set<EventIngestion>EventIngestion. knownValues()Methods in software.amazon.awssdk.services.frauddetector.model with parameters of type EventIngestion Modifier and Type Method Description EventType.BuilderEventType.Builder. eventIngestion(EventIngestion eventIngestion)IfEnabled, Amazon Fraud Detector stores event data when you generate a prediction and uses that data to update calculated variables in near real-time.PutEventTypeRequest.BuilderPutEventTypeRequest.Builder. eventIngestion(EventIngestion eventIngestion)Specifies if ingestion is enabled or disabled.
-