Interface Account.ServiceAsync
-
- All Superinterfaces:
Maskable
,ResultLimitable
,ServiceAsync
- Enclosing class:
- Account
public static interface Account.ServiceAsync extends ServiceAsync
-
-
Method Summary
-
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
-
-
-
Method Detail
-
withNewMask
Account.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
Account.Mask withMask()
Description copied from interface:Maskable
Use the existing mask on this service or create it if not present
-
setMask
void setMask(Account.Mask mask)
-
addNsRecord
Future<Boolean> addNsRecord()
Async version ofAccount.Service.addNsRecord()
-
addNsRecord
Future<?> addNsRecord(ResponseHandler<Boolean> callback)
-
editObject
Future<?> editObject(Account templateObject, ResponseHandler<Boolean> callback)
-
getObject
Future<Account> getObject()
Async version ofAccount.Service.getObject()
-
getObject
Future<?> getObject(ResponseHandler<Account> callback)
-
removeNsRecord
Future<Boolean> removeNsRecord()
Async version ofAccount.Service.removeNsRecord()
-
removeNsRecord
Future<?> removeNsRecord(ResponseHandler<Boolean> callback)
-
getAccount
Future<Account> getAccount()
Async version ofAccount.Service.getAccount()
-
getAccount
Future<?> getAccount(ResponseHandler<Account> callback)
Async callback version ofAccount.Service.getAccount()
-
getBillingItem
Future<Item> getBillingItem()
Async version ofAccount.Service.getBillingItem()
-
getBillingItem
Future<?> getBillingItem(ResponseHandler<Item> callback)
Async callback version ofAccount.Service.getBillingItem()
-
getHosts
Future<List<Host>> getHosts()
Async version ofAccount.Service.getHosts()
-
getHosts
Future<?> getHosts(ResponseHandler<List<Host>> callback)
Async callback version ofAccount.Service.getHosts()
-
getLoadBalanceType
Future<Type> getLoadBalanceType()
Async version ofAccount.Service.getLoadBalanceType()
-
getLoadBalanceType
Future<?> getLoadBalanceType(ResponseHandler<Type> callback)
Async callback version ofAccount.Service.getLoadBalanceType()
-
getManagedResourceFlag
Future<Boolean> getManagedResourceFlag()
Async version ofAccount.Service.getManagedResourceFlag()
-
getManagedResourceFlag
Future<?> getManagedResourceFlag(ResponseHandler<Boolean> callback)
Async callback version ofAccount.Service.getManagedResourceFlag()
-
-