Interface CloudEvents
- All Known Implementing Classes:
CloudEventsImpl
public interface CloudEvents
Client interface for accessing Equinix Fabric cloud events. Cloud events provide
notifications about changes and activities across Fabric resources.
-
Method Summary
Modifier and TypeMethodDescriptionlist()Lists all cloud events accessible to the current account.
-
Method Details
-
list
PaginatedList<CloudEvent> list()Lists all cloud events accessible to the current account.- Returns:
- a paginated list of cloud events
-