Uses of Class
com.oracle.bmc.osmanagementhub.model.EventSummary
-
Packages that use EventSummary Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.model -
-
Uses of EventSummary in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type EventSummary Modifier and Type Method Description Iterable<EventSummary>
EventPaginators. listEventsRecordIterator(ListEventsRequest request)
Creates a new iterable which will iterate over theEventSummary
objects contained in responses from the listEvents operation. -
Uses of EventSummary in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return EventSummary Modifier and Type Method Description EventSummary
EventSummary.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type EventSummary Modifier and Type Method Description List<EventSummary>
EventCollection. getItems()
List of events.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type EventSummary Modifier and Type Method Description EventSummary.Builder
EventSummary.Builder. copy(EventSummary model)
Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type EventSummary Modifier and Type Method Description EventCollection.Builder
EventCollection.Builder. items(List<EventSummary> items)
List of events.Constructor parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type EventSummary Constructor Description EventCollection(List<EventSummary> items)
Deprecated.
-