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 theEventType
objects 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 EventType
EventType.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.Builder
EventType.Builder. copy(EventType model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type EventType Modifier and Type Method Description LogAnalyticsSource.Builder
LogAnalyticsSource.Builder. eventTypes(List<EventType> eventTypes)
An array of event types.EventTypeCollection.Builder
EventTypeCollection.Builder. items(List<EventType> items)
An array of event type specifications.EventTypeDetails.Builder
EventTypeDetails.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.
-