Uses of Interface
org.openstack4j.model.senlin.Event
-
Packages that use Event Package Description org.openstack4j.api.senlin org.openstack4j.openstack.senlin.domain org.openstack4j.openstack.senlin.internal -
-
Uses of Event in org.openstack4j.api.senlin
Methods in org.openstack4j.api.senlin that return Event Modifier and Type Method Description EventSenlinEventService. get(String eventID)returns details of aEvent.Methods in org.openstack4j.api.senlin that return types with arguments of type Event Modifier and Type Method Description List<? extends Event>SenlinEventService. list()Gets a list of currently existingEvents. -
Uses of Event in org.openstack4j.openstack.senlin.domain
Classes in org.openstack4j.openstack.senlin.domain that implement Event Modifier and Type Class Description classSenlinEventThis is a model of a senlinEvent. -
Uses of Event in org.openstack4j.openstack.senlin.internal
Methods in org.openstack4j.openstack.senlin.internal that return Event Modifier and Type Method Description EventSenlinEventServiceImpl. get(String eventID)Methods in org.openstack4j.openstack.senlin.internal that return types with arguments of type Event Modifier and Type Method Description List<? extends Event>SenlinEventServiceImpl. list()
-