Interface Notifications
- All Known Implementing Classes:
NotificationsImpl
public interface Notifications
Client interface for accessing notifications in the Equinix Customer Portal.
Provides read-only access to account notifications such as maintenance windows
and service alerts.
-
Method Summary
-
Method Details
-
list
PaginatedList<Notification> list()Lists all notifications for the current account.- Returns:
- a paginated list of notifications
-