Interface OperatingSystem.ServiceAsync
- All Superinterfaces:
Maskable,ResultLimitable,ServiceAsync
- Enclosing class:
- OperatingSystem
public static interface OperatingSystem.ServiceAsync extends ServiceAsync
-
Method Summary
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
Method Details
-
withNewMask
OperatingSystem.Mask withNewMask()Description copied from interface:MaskableOverwrite the existing mask on this service with a new one and return it- Specified by:
withNewMaskin interfaceMaskable
-
withMask
OperatingSystem.Mask withMask()Description copied from interface:MaskableUse the existing mask on this service or create it if not present -
setMask
-
getAllObjects
Future<List<OperatingSystem>> getAllObjects()Async version ofOperatingSystem.Service.getAllObjects() -
getAllObjects
-
getByDescription
Async version ofOperatingSystem.Service.getByDescription(java.lang.String) -
getByDescription
-
getObject
Future<OperatingSystem> getObject()Async version ofOperatingSystem.Service.getObject() -
getObject
-
getPartitionTemplates
Async version ofOperatingSystem.Service.getPartitionTemplates() -
getPartitionTemplates
Async callback version ofOperatingSystem.Service.getPartitionTemplates()
-