Interface ReservedCapacityGroup.ServiceAsync
-
- All Superinterfaces:
Maskable
,ResultLimitable
,ServiceAsync
- Enclosing class:
- ReservedCapacityGroup
public static interface ReservedCapacityGroup.ServiceAsync extends ServiceAsync
-
-
Method Summary
-
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
-
-
-
Method Detail
-
withNewMask
ReservedCapacityGroup.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
ReservedCapacityGroup.Mask withMask()
Description copied from interface:Maskable
Use the existing mask on this service or create it if not present
-
setMask
void setMask(ReservedCapacityGroup.Mask mask)
-
editObject
Future<Boolean> editObject(ReservedCapacityGroup templateObject)
-
editObject
Future<?> editObject(ReservedCapacityGroup templateObject, ResponseHandler<Boolean> callback)
-
getObject
Future<ReservedCapacityGroup> getObject()
Async version ofReservedCapacityGroup.Service.getObject()
-
getObject
Future<?> getObject(ResponseHandler<ReservedCapacityGroup> callback)
-
getAccount
Future<Account> getAccount()
Async version ofReservedCapacityGroup.Service.getAccount()
-
getAccount
Future<?> getAccount(ResponseHandler<Account> callback)
Async callback version ofReservedCapacityGroup.Service.getAccount()
-
getAvailableInstances
Future<List<Instance>> getAvailableInstances()
Async version ofReservedCapacityGroup.Service.getAvailableInstances()
-
getAvailableInstances
Future<?> getAvailableInstances(ResponseHandler<List<Instance>> callback)
Async callback version ofReservedCapacityGroup.Service.getAvailableInstances()
-
getBackendRouter
Future<Backend> getBackendRouter()
Async version ofReservedCapacityGroup.Service.getBackendRouter()
-
getBackendRouter
Future<?> getBackendRouter(ResponseHandler<Backend> callback)
Async callback version ofReservedCapacityGroup.Service.getBackendRouter()
-
getInstances
Future<List<Instance>> getInstances()
Async version ofReservedCapacityGroup.Service.getInstances()
-
getInstances
Future<?> getInstances(ResponseHandler<List<Instance>> callback)
Async callback version ofReservedCapacityGroup.Service.getInstances()
-
getInstancesCount
Future<Long> getInstancesCount()
Async version ofReservedCapacityGroup.Service.getInstancesCount()
-
getInstancesCount
Future<?> getInstancesCount(ResponseHandler<Long> callback)
Async callback version ofReservedCapacityGroup.Service.getInstancesCount()
-
getOccupiedInstances
Future<List<Instance>> getOccupiedInstances()
Async version ofReservedCapacityGroup.Service.getOccupiedInstances()
-
getOccupiedInstances
Future<?> getOccupiedInstances(ResponseHandler<List<Instance>> callback)
Async callback version ofReservedCapacityGroup.Service.getOccupiedInstances()
-
-