Interface Description.ServiceAsync
-
- All Superinterfaces:
Maskable
,ResultLimitable
,ServiceAsync
- Enclosing class:
- Description
public static interface Description.ServiceAsync extends ServiceAsync
-
-
Method Summary
-
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
-
-
-
Method Detail
-
withNewMask
Description.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
Description.Mask withMask()
Description copied from interface:Maskable
Use the existing mask on this service or create it if not present
-
setMask
void setMask(Description.Mask mask)
-
getAllObjects
Future<List<Description>> getAllObjects()
Async version ofDescription.Service.getAllObjects()
-
getAllObjects
Future<?> getAllObjects(ResponseHandler<List<Description>> callback)
-
getCustomerOwnedLicenseDescriptions
Future<List<Description>> getCustomerOwnedLicenseDescriptions()
Async version ofDescription.Service.getCustomerOwnedLicenseDescriptions()
-
getCustomerOwnedLicenseDescriptions
Future<?> getCustomerOwnedLicenseDescriptions(ResponseHandler<List<Description>> callback)
-
getObject
Future<Description> getObject()
Async version ofDescription.Service.getObject()
-
getObject
Future<?> getObject(ResponseHandler<Description> callback)
-
getAttributes
Future<List<Attribute>> getAttributes()
Async version ofDescription.Service.getAttributes()
-
getAttributes
Future<?> getAttributes(ResponseHandler<List<Attribute>> callback)
Async callback version ofDescription.Service.getAttributes()
-
getAverageInstallationDuration
Future<Long> getAverageInstallationDuration()
Async version ofDescription.Service.getAverageInstallationDuration()
-
getAverageInstallationDuration
Future<?> getAverageInstallationDuration(ResponseHandler<Long> callback)
Async callback version ofDescription.Service.getAverageInstallationDuration()
-
getCompatibleSoftwareDescriptions
Future<List<Description>> getCompatibleSoftwareDescriptions()
Async version ofDescription.Service.getCompatibleSoftwareDescriptions()
-
getCompatibleSoftwareDescriptions
Future<?> getCompatibleSoftwareDescriptions(ResponseHandler<List<Description>> callback)
Async callback version ofDescription.Service.getCompatibleSoftwareDescriptions()
-
getFeatures
Future<List<Feature>> getFeatures()
Async version ofDescription.Service.getFeatures()
-
getFeatures
Future<?> getFeatures(ResponseHandler<List<Feature>> callback)
Async callback version ofDescription.Service.getFeatures()
-
getLatestVersion
Future<List<Description>> getLatestVersion()
Async version ofDescription.Service.getLatestVersion()
-
getLatestVersion
Future<?> getLatestVersion(ResponseHandler<List<Description>> callback)
Async callback version ofDescription.Service.getLatestVersion()
-
getProductItems
Future<List<Item>> getProductItems()
Async version ofDescription.Service.getProductItems()
-
getProductItems
Future<?> getProductItems(ResponseHandler<List<Item>> callback)
Async callback version ofDescription.Service.getProductItems()
-
getProvisionTransactionGroup
Future<Group> getProvisionTransactionGroup()
Async version ofDescription.Service.getProvisionTransactionGroup()
-
getProvisionTransactionGroup
Future<?> getProvisionTransactionGroup(ResponseHandler<Group> callback)
Async callback version ofDescription.Service.getProvisionTransactionGroup()
-
getReloadTransactionGroup
Future<Group> getReloadTransactionGroup()
Async version ofDescription.Service.getReloadTransactionGroup()
-
getReloadTransactionGroup
Future<?> getReloadTransactionGroup(ResponseHandler<Group> callback)
Async callback version ofDescription.Service.getReloadTransactionGroup()
-
getRequiredUser
Future<String> getRequiredUser()
Async version ofDescription.Service.getRequiredUser()
-
getRequiredUser
Future<?> getRequiredUser(ResponseHandler<String> callback)
Async callback version ofDescription.Service.getRequiredUser()
-
getSoftwareLicenses
Future<List<License>> getSoftwareLicenses()
Async version ofDescription.Service.getSoftwareLicenses()
-
getSoftwareLicenses
Future<?> getSoftwareLicenses(ResponseHandler<List<License>> callback)
Async callback version ofDescription.Service.getSoftwareLicenses()
-
getUpgradeSoftwareDescription
Future<Description> getUpgradeSoftwareDescription()
Async version ofDescription.Service.getUpgradeSoftwareDescription()
-
getUpgradeSoftwareDescription
Future<?> getUpgradeSoftwareDescription(ResponseHandler<Description> callback)
Async callback version ofDescription.Service.getUpgradeSoftwareDescription()
-
getUpgradeSwDesc
Future<Description> getUpgradeSwDesc()
Async version ofDescription.Service.getUpgradeSwDesc()
-
getUpgradeSwDesc
Future<?> getUpgradeSwDesc(ResponseHandler<Description> callback)
Async callback version ofDescription.Service.getUpgradeSwDesc()
-
getValidFilesystemTypes
Future<List<Type>> getValidFilesystemTypes()
Async version ofDescription.Service.getValidFilesystemTypes()
-
getValidFilesystemTypes
Future<?> getValidFilesystemTypes(ResponseHandler<List<Type>> callback)
Async callback version ofDescription.Service.getValidFilesystemTypes()
-
-