Interface Backbone.ServiceAsync
- All Superinterfaces:
Maskable
,ResultLimitable
,ServiceAsync
- Enclosing class:
- Backbone
public static interface Backbone.ServiceAsync extends ServiceAsync
-
Method Summary
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
Method Details
-
withNewMask
Backbone.Mask withNewMask()Description copied from interface:Maskable
Overwrite the existing mask on this service with a new one and return it- Specified by:
withNewMask
in interfaceMaskable
-
withMask
Backbone.Mask withMask()Description copied from interface:Maskable
Use the existing mask on this service or create it if not present -
setMask
-
getAllBackbones
Async version ofBackbone.Service.getAllBackbones()
-
getAllBackbones
-
getBackbonesForLocationName
Async version ofBackbone.Service.getBackbonesForLocationName(java.lang.String)
-
getBackbonesForLocationName
Future<?> getBackbonesForLocationName(String locationName, ResponseHandler<List<Backbone>> callback) -
getGraphImage
Future<byte[]> getGraphImage()Async version ofBackbone.Service.getGraphImage()
-
getGraphImage
-
getObject
Async version ofBackbone.Service.getObject()
-
getObject
-
getHealth
Async version ofBackbone.Service.getHealth()
-
getHealth
Async callback version ofBackbone.Service.getHealth()
-
getLocation
Async version ofBackbone.Service.getLocation()
-
getLocation
Async callback version ofBackbone.Service.getLocation()
-
getNetworkComponent
Async version ofBackbone.Service.getNetworkComponent()
-
getNetworkComponent
Async callback version ofBackbone.Service.getNetworkComponent()
-