Uses of Class
org.duracloud.account.monitor.MonitorsDriver.Monitor
-
Packages that use MonitorsDriver.Monitor Package Description org.duracloud.account.monitor -
-
Uses of MonitorsDriver.Monitor in org.duracloud.account.monitor
Methods in org.duracloud.account.monitor that return MonitorsDriver.Monitor Modifier and Type Method Description static MonitorsDriver.MonitorMonitorsDriver.Monitor. valueOf(String name)Returns the enum constant of this type with the specified name.static MonitorsDriver.Monitor[]MonitorsDriver.Monitor. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.duracloud.account.monitor with parameters of type MonitorsDriver.Monitor Modifier and Type Method Description voidMonitorsDriver. monitor(MonitorsDriver.Monitor target)This method invokes the .run() method on the provided arg target.
-