Interface Key.ServiceAsync
- All Superinterfaces:
Maskable,ResultLimitable,ServiceAsync
- Enclosing class:
- Key
public static interface Key.ServiceAsync extends ServiceAsync
-
Method Summary
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
Method Details
-
withNewMask
Key.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
Key.Mask withMask()Description copied from interface:MaskableUse the existing mask on this service or create it if not present -
setMask
-
createObject
Async version ofKey.Service.createObject(com.softlayer.api.service.security.ssh.Key) -
createObject
-
deleteObject
Async version ofKey.Service.deleteObject() -
deleteObject
-
editObject
Async version ofKey.Service.editObject(com.softlayer.api.service.security.ssh.Key) -
editObject
-
getObject
Async version ofKey.Service.getObject() -
getObject
-
getAccount
Async version ofKey.Service.getAccount() -
getAccount
Async callback version ofKey.Service.getAccount() -
getBlockDeviceTemplateGroups
Async version ofKey.Service.getBlockDeviceTemplateGroups() -
getBlockDeviceTemplateGroups
Async callback version ofKey.Service.getBlockDeviceTemplateGroups() -
getSoftwarePasswords
Async version ofKey.Service.getSoftwarePasswords() -
getSoftwarePasswords
Async callback version ofKey.Service.getSoftwarePasswords()
-