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 Detail
-
withNewMask
Component.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
Component.Mask withMask()
Description copied from interface:Maskable
Use the existing mask on this service or create it if not present
-
setMask
void setMask(Component.Mask mask)
-
getLicenseFile
Future<String> getLicenseFile()
Async version ofComponent.Service.getLicenseFile()
-
getLicenseFile
Future<?> getLicenseFile(ResponseHandler<String> callback)
-
getObject
Future<Component> getObject()
Async version ofComponent.Service.getObject()
-
getObject
Future<?> getObject(ResponseHandler<Component> callback)
-
getVendorSetUpConfiguration
Future<String> getVendorSetUpConfiguration()
Async version ofComponent.Service.getVendorSetUpConfiguration()
-
getVendorSetUpConfiguration
Future<?> getVendorSetUpConfiguration(ResponseHandler<String> callback)
-
getAverageInstallationDuration
Future<Long> getAverageInstallationDuration()
Async version ofComponent.Service.getAverageInstallationDuration()
-
getAverageInstallationDuration
Future<?> getAverageInstallationDuration(ResponseHandler<Long> callback)
Async callback version ofComponent.Service.getAverageInstallationDuration()
-
getBillingItem
Future<Item> getBillingItem()
Async version ofComponent.Service.getBillingItem()
-
getBillingItem
Future<?> getBillingItem(ResponseHandler<Item> callback)
Async callback version ofComponent.Service.getBillingItem()
-
getHardware
Future<Hardware> getHardware()
Async version ofComponent.Service.getHardware()
-
getHardware
Future<?> getHardware(ResponseHandler<Hardware> callback)
Async callback version ofComponent.Service.getHardware()
-
getPasswordHistory
Future<List<History>> getPasswordHistory()
Async version ofComponent.Service.getPasswordHistory()
-
getPasswordHistory
Future<?> getPasswordHistory(ResponseHandler<List<History>> callback)
Async callback version ofComponent.Service.getPasswordHistory()
-
getPasswords
Future<List<Password>> getPasswords()
Async version ofComponent.Service.getPasswords()
-
getPasswords
Future<?> getPasswords(ResponseHandler<List<Password>> callback)
Async callback version ofComponent.Service.getPasswords()
-
getSoftwareDescription
Future<Description> getSoftwareDescription()
Async version ofComponent.Service.getSoftwareDescription()
-
getSoftwareDescription
Future<?> getSoftwareDescription(ResponseHandler<Description> callback)
Async callback version ofComponent.Service.getSoftwareDescription()
-
getSoftwareLicense
Future<License> getSoftwareLicense()
Async version ofComponent.Service.getSoftwareLicense()
-
getSoftwareLicense
Future<?> getSoftwareLicense(ResponseHandler<License> callback)
Async callback version ofComponent.Service.getSoftwareLicense()
-
getVirtualGuest
Future<Guest> getVirtualGuest()
Async version ofComponent.Service.getVirtualGuest()
-
getVirtualGuest
Future<?> getVirtualGuest(ResponseHandler<Guest> callback)
Async callback version ofComponent.Service.getVirtualGuest()
-
-