Uses of Class
com.softlayer.api.service.virtual.BrowserConsoleAccessLog
-
Packages that use BrowserConsoleAccessLog Package Description com.softlayer.api.service.virtual -
-
Uses of BrowserConsoleAccessLog in com.softlayer.api.service.virtual
Fields in com.softlayer.api.service.virtual with type parameters of type BrowserConsoleAccessLog Modifier and Type Field Description protected List<BrowserConsoleAccessLog>
Guest. browserConsoleAccessLogs
A virtual guest's browser access logs.Methods in com.softlayer.api.service.virtual that return types with arguments of type BrowserConsoleAccessLog Modifier and Type Method Description List<BrowserConsoleAccessLog>
Guest. getBrowserConsoleAccessLogs()
List<BrowserConsoleAccessLog>
Guest.Service. getBrowserConsoleAccessLogs()
A virtual guest's browser access logs.Future<List<BrowserConsoleAccessLog>>
Guest.ServiceAsync. getBrowserConsoleAccessLogs()
Async version ofGuest.Service.getBrowserConsoleAccessLogs()
Method parameters in com.softlayer.api.service.virtual with type arguments of type BrowserConsoleAccessLog Modifier and Type Method Description Future<?>
Guest.ServiceAsync. getBrowserConsoleAccessLogs(ResponseHandler<List<BrowserConsoleAccessLog>> callback)
Async callback version ofGuest.Service.getBrowserConsoleAccessLogs()
-