Uses of Class
software.amazon.awssdk.services.frauddetector.model.EventType
-
Packages that use EventType Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of EventType in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type EventType Modifier and Type Method Description List<EventType>GetEventTypesResponse. eventTypes()An array of event types.Methods in software.amazon.awssdk.services.frauddetector.model with parameters of type EventType Modifier and Type Method Description GetEventTypesResponse.BuilderGetEventTypesResponse.Builder. eventTypes(EventType... eventTypes)An array of event types.Method parameters in software.amazon.awssdk.services.frauddetector.model with type arguments of type EventType Modifier and Type Method Description GetEventTypesResponse.BuilderGetEventTypesResponse.Builder. eventTypes(Collection<EventType> eventTypes)An array of event types.
-