Uses of Class
com.softlayer.api.service.monitoring.Robot
Package | Description |
---|---|
com.softlayer.api.service | |
com.softlayer.api.service.monitoring | |
com.softlayer.api.service.virtual |
-
Uses of Robot in com.softlayer.api.service
Fields in com.softlayer.api.service declared as Robot Modifier and Type Field Description protected Robot
Hardware. monitoringRobot
Methods in com.softlayer.api.service that return Robot Modifier and Type Method Description Robot
Hardware. getMonitoringRobot()
Robot
Hardware.Service. getMonitoringRobot()
Methods in com.softlayer.api.service that return types with arguments of type Robot Modifier and Type Method Description Future<Robot>
Hardware.ServiceAsync. getMonitoringRobot()
Async version ofHardware.Service.getMonitoringRobot()
Methods in com.softlayer.api.service with parameters of type Robot Modifier and Type Method Description void
Hardware. setMonitoringRobot(Robot monitoringRobot)
Method parameters in com.softlayer.api.service with type arguments of type Robot Modifier and Type Method Description Future<?>
Hardware.ServiceAsync. getMonitoringRobot(ResponseHandler<Robot> callback)
Async callback version ofHardware.Service.getMonitoringRobot()
-
Uses of Robot in com.softlayer.api.service.monitoring
Methods in com.softlayer.api.service.monitoring that return Robot Modifier and Type Method Description Robot
Robot.Service. getObject()
Methods in com.softlayer.api.service.monitoring that return types with arguments of type Robot Modifier and Type Method Description Future<Robot>
Robot.ServiceAsync. getObject()
Async version ofRobot.Service.getObject()
Method parameters in com.softlayer.api.service.monitoring with type arguments of type Robot Modifier and Type Method Description Future<?>
Robot.ServiceAsync. getObject(ResponseHandler<Robot> callback)
-
Uses of Robot in com.softlayer.api.service.virtual
Fields in com.softlayer.api.service.virtual declared as Robot Modifier and Type Field Description protected Robot
Guest. monitoringRobot
Methods in com.softlayer.api.service.virtual that return Robot Modifier and Type Method Description Robot
Guest. getMonitoringRobot()
Robot
Guest.Service. getMonitoringRobot()
Methods in com.softlayer.api.service.virtual that return types with arguments of type Robot Modifier and Type Method Description Future<Robot>
Guest.ServiceAsync. getMonitoringRobot()
Async version ofGuest.Service.getMonitoringRobot()
Methods in com.softlayer.api.service.virtual with parameters of type Robot Modifier and Type Method Description void
Guest. setMonitoringRobot(Robot monitoringRobot)
Method parameters in com.softlayer.api.service.virtual with type arguments of type Robot Modifier and Type Method Description Future<?>
Guest.ServiceAsync. getMonitoringRobot(ResponseHandler<Robot> callback)
Async callback version ofGuest.Service.getMonitoringRobot()