Uses of Class
com.oracle.bmc.loganalytics.model.EventType
-
Packages that use EventType Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.model -
-
Uses of EventType in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return types with arguments of type EventType Modifier and Type Method Description Iterable<EventType>LogAnalyticsPaginators. listSourceEventTypesRecordIterator(ListSourceEventTypesRequest request)Creates a new iterable which will iterate over theEventTypeobjects contained in responses from the listSourceEventTypes operation. -
Uses of EventType in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return EventType Modifier and Type Method Description EventTypeEventType.Builder. build()Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type EventType Modifier and Type Method Description List<EventType>LogAnalyticsSource. getEventTypes()An array of event types.List<EventType>EventTypeCollection. getItems()An array of event type specifications.List<EventType>EventTypeDetails. getItems()An array of event type specifications.Methods in com.oracle.bmc.loganalytics.model with parameters of type EventType Modifier and Type Method Description EventType.BuilderEventType.Builder. copy(EventType model)Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type EventType Modifier and Type Method Description LogAnalyticsSource.BuilderLogAnalyticsSource.Builder. eventTypes(List<EventType> eventTypes)An array of event types.EventTypeCollection.BuilderEventTypeCollection.Builder. items(List<EventType> items)An array of event type specifications.EventTypeDetails.BuilderEventTypeDetails.Builder. items(List<EventType> items)An array of event type specifications.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type EventType Constructor Description EventTypeCollection(List<EventType> items)Deprecated.EventTypeDetails(List<EventType> items)Deprecated.
-