Package com.softlayer.api.service.layout
Interface Container.ServiceAsync
- All Superinterfaces:
Maskable,ResultLimitable,ServiceAsync
- Enclosing class:
- Container
public static interface Container.ServiceAsync extends ServiceAsync
-
Method Summary
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
Method Details
-
withNewMask
Container.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
Container.Mask withMask()Description copied from interface:MaskableUse the existing mask on this service or create it if not present -
setMask
-
getAllObjects
Async version ofContainer.Service.getAllObjects() -
getAllObjects
-
getObject
Async version ofContainer.Service.getObject() -
getObject
-
getLayoutContainerType
Async version ofContainer.Service.getLayoutContainerType() -
getLayoutContainerType
Async callback version ofContainer.Service.getLayoutContainerType() -
getLayoutItems
Async version ofContainer.Service.getLayoutItems() -
getLayoutItems
Async callback version ofContainer.Service.getLayoutItems()
-