Uses of Class
com.softlayer.api.service.scale.group.Log
Package | Description |
---|---|
com.softlayer.api.service.scale |
-
Uses of Log in com.softlayer.api.service.scale
Fields in com.softlayer.api.service.scale with type parameters of type Log Modifier and Type Field Description protected List<Log>
Group. logs
Collection of log entries for this group.Methods in com.softlayer.api.service.scale that return types with arguments of type Log Modifier and Type Method Description List<Log>
Group. getLogs()
List<Log>
Group.Service. getLogs()
Collection of log entries for this group.Future<List<Log>>
Group.ServiceAsync. getLogs()
Async version ofGroup.Service.getLogs()
Method parameters in com.softlayer.api.service.scale with type arguments of type Log Modifier and Type Method Description Future<?>
Group.ServiceAsync. getLogs(ResponseHandler<List<Log>> callback)
Async callback version ofGroup.Service.getLogs()