Interface Component.ServiceAsync
- All Superinterfaces:
Maskable,ResultLimitable,ServiceAsync
- All Known Subinterfaces:
AntivirusSpyware.ServiceAsync,HostIps.ServiceAsync
- Enclosing class:
- Component
public static interface Component.ServiceAsync extends ServiceAsync
-
Method Summary
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
Method Details
-
withNewMask
Component.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
Component.Mask withMask()Description copied from interface:MaskableUse the existing mask on this service or create it if not present -
setMask
-
getLicenseFile
Async version ofComponent.Service.getLicenseFile() -
getLicenseFile
-
getObject
Async version ofComponent.Service.getObject() -
getObject
-
getVendorSetUpConfiguration
Async version ofComponent.Service.getVendorSetUpConfiguration() -
getVendorSetUpConfiguration
-
getAverageInstallationDuration
Async version ofComponent.Service.getAverageInstallationDuration() -
getAverageInstallationDuration
Async callback version ofComponent.Service.getAverageInstallationDuration() -
getBillingItem
Async version ofComponent.Service.getBillingItem() -
getBillingItem
Async callback version ofComponent.Service.getBillingItem() -
getHardware
Async version ofComponent.Service.getHardware() -
getHardware
Async callback version ofComponent.Service.getHardware() -
getPasswordHistory
Async version ofComponent.Service.getPasswordHistory() -
getPasswordHistory
Async callback version ofComponent.Service.getPasswordHistory() -
getPasswords
Async version ofComponent.Service.getPasswords() -
getPasswords
Async callback version ofComponent.Service.getPasswords() -
getSoftwareDescription
Future<Description> getSoftwareDescription()Async version ofComponent.Service.getSoftwareDescription() -
getSoftwareDescription
Async callback version ofComponent.Service.getSoftwareDescription() -
getSoftwareLicense
Async version ofComponent.Service.getSoftwareLicense() -
getSoftwareLicense
Async callback version ofComponent.Service.getSoftwareLicense() -
getVirtualGuest
Async version ofComponent.Service.getVirtualGuest() -
getVirtualGuest
Async callback version ofComponent.Service.getVirtualGuest()
-