public interface EventService
Modifier and Type | Method and Description |
---|---|
Iterable<Event> |
listEvents()
Get the list of all events.
|
Iterable<Event> |
listEvents(EventOptions options)
Get the list of all events using filters as query params.
|
Iterable<Event> listEvents(EventOptions options)
Copyright © 2009-2013 jclouds. All Rights Reserved.