Uses of Class
com.oracle.bmc.osmanagementhub.model.Event
-
Packages that use Event Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.responses -
-
Uses of Event in com.oracle.bmc.osmanagementhub.model
Subclasses of Event in com.oracle.bmc.osmanagementhub.model Modifier and Type Class Description class
AgentEvent
Provides information about the agent event.class
ExploitAttemptEvent
Information about the exploit attempt event.class
KernelCrashEvent
Information about the kernel crash event.class
KernelOopsEvent
Information about the kernel OOPS event.class
KspliceUpdateEvent
Provides information for a Ksplice update event.class
ManagementStationEvent
Provides information about the management station event.class
RebootEvent
Provides information for a reboot event.class
SoftwareSourceEvent
Provides information for a software source event.class
SoftwareUpdateEvent
Provides information for a software update event.class
SysadminEvent
Information about the sysadmin event. -
Uses of Event in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return Event Modifier and Type Method Description Event
GetEventResponse. getEvent()
The returned Event instance.Event
UpdateEventResponse. getEvent()
The returned Event instance.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type Event Modifier and Type Method Description GetEventResponse.Builder
GetEventResponse.Builder. event(Event event)
The returned Event instance.UpdateEventResponse.Builder
UpdateEventResponse.Builder. event(Event event)
The returned Event instance.
-