Uses of Class
com.softlayer.api.service.scale.group.Status
Package | Description |
---|---|
com.softlayer.api.service.scale | |
com.softlayer.api.service.scale.group |
-
Uses of Status in com.softlayer.api.service.scale
Fields in com.softlayer.api.service.scale declared as Status Modifier and Type Field Description protected Status
Group. status
The status for this scale group.Methods in com.softlayer.api.service.scale that return Status Modifier and Type Method Description Status
Group. getStatus()
Status
Group.Service. getStatus()
The status for this scale group.Methods in com.softlayer.api.service.scale that return types with arguments of type Status Modifier and Type Method Description Future<Status>
Group.ServiceAsync. getStatus()
Async version ofGroup.Service.getStatus()
Methods in com.softlayer.api.service.scale with parameters of type Status Modifier and Type Method Description void
Group. setStatus(Status status)
Method parameters in com.softlayer.api.service.scale with type arguments of type Status Modifier and Type Method Description Future<?>
Group.ServiceAsync. getStatus(ResponseHandler<Status> callback)
Async callback version ofGroup.Service.getStatus()
-
Uses of Status in com.softlayer.api.service.scale.group
Methods in com.softlayer.api.service.scale.group that return Status Modifier and Type Method Description Status
Status.Service. getObject()
Methods in com.softlayer.api.service.scale.group that return types with arguments of type Status Modifier and Type Method Description List<Status>
Status.Service. getAllObjects()
Future<List<Status>>
Status.ServiceAsync. getAllObjects()
Async version ofStatus.Service.getAllObjects()
Future<Status>
Status.ServiceAsync. getObject()
Async version ofStatus.Service.getObject()
Method parameters in com.softlayer.api.service.scale.group with type arguments of type Status Modifier and Type Method Description Future<?>
Status.ServiceAsync. getAllObjects(ResponseHandler<List<Status>> callback)
Future<?>
Status.ServiceAsync. getObject(ResponseHandler<Status> callback)