Uses of Class
com.oracle.bmc.loganalytics.model.EventTypeCollection
-
Packages that use EventTypeCollection Package Description com.oracle.bmc.loganalytics.model com.oracle.bmc.loganalytics.responses -
-
Uses of EventTypeCollection in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return EventTypeCollection Modifier and Type Method Description EventTypeCollection
EventTypeCollection.Builder. build()
Methods in com.oracle.bmc.loganalytics.model with parameters of type EventTypeCollection Modifier and Type Method Description EventTypeCollection.Builder
EventTypeCollection.Builder. copy(EventTypeCollection model)
-
Uses of EventTypeCollection in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return EventTypeCollection Modifier and Type Method Description EventTypeCollection
ListSourceEventTypesResponse. getEventTypeCollection()
The returned EventTypeCollection instance.Methods in com.oracle.bmc.loganalytics.responses with parameters of type EventTypeCollection Modifier and Type Method Description ListSourceEventTypesResponse.Builder
ListSourceEventTypesResponse.Builder. eventTypeCollection(EventTypeCollection eventTypeCollection)
The returned EventTypeCollection instance.
-