Uses of Class
com.softlayer.api.service.container.bandwidth.Usage
Package | Description |
---|---|
com.softlayer.api.service |
-
Uses of Usage in com.softlayer.api.service
Methods in com.softlayer.api.service that return types with arguments of type Usage Modifier and Type Method Description List<Usage>
Account.Service. getBandwidthList(String networkType, String direction, String startDate, String endDate, List<Long> serverIds)
Future<List<Usage>>
Account.ServiceAsync. getBandwidthList(String networkType, String direction, String startDate, String endDate, List<Long> serverIds)
Method parameters in com.softlayer.api.service with type arguments of type Usage Modifier and Type Method Description Future<?>
Account.ServiceAsync. getBandwidthList(String networkType, String direction, String startDate, String endDate, List<Long> serverIds, ResponseHandler<List<Usage>> callback)