Uses of Class
com.softlayer.api.service.scale.policy.Action
Package | Description |
---|---|
com.softlayer.api.service.scale | |
com.softlayer.api.service.scale.policy | |
com.softlayer.api.service.scale.policy.action |
-
Uses of Action in com.softlayer.api.service.scale
Fields in com.softlayer.api.service.scale with type parameters of type Action Modifier and Type Field Description protected List<Action>
Policy. actions
The actions to perform upon any trigger hit.Methods in com.softlayer.api.service.scale that return types with arguments of type Action Modifier and Type Method Description List<Action>
Policy. getActions()
List<Action>
Policy.Service. getActions()
The actions to perform upon any trigger hit.Future<List<Action>>
Policy.ServiceAsync. getActions()
Async version ofPolicy.Service.getActions()
Method parameters in com.softlayer.api.service.scale with type arguments of type Action Modifier and Type Method Description Future<?>
Policy.ServiceAsync. getActions(ResponseHandler<List<Action>> callback)
Async callback version ofPolicy.Service.getActions()
-
Uses of Action in com.softlayer.api.service.scale.policy
Methods in com.softlayer.api.service.scale.policy that return Action Modifier and Type Method Description Action
Action.Service. getObject()
Methods in com.softlayer.api.service.scale.policy that return types with arguments of type Action Modifier and Type Method Description Future<Action>
Action.ServiceAsync. getObject()
Async version ofAction.Service.getObject()
Methods in com.softlayer.api.service.scale.policy with parameters of type Action Modifier and Type Method Description Boolean
Action.Service. editObject(Action templateObject)
Future<Boolean>
Action.ServiceAsync. editObject(Action templateObject)
Future<?>
Action.ServiceAsync. editObject(Action templateObject, ResponseHandler<Boolean> callback)
Method parameters in com.softlayer.api.service.scale.policy with type arguments of type Action Modifier and Type Method Description Future<?>
Action.ServiceAsync. getObject(ResponseHandler<Action> callback)
-
Uses of Action in com.softlayer.api.service.scale.policy.action
Subclasses of Action in com.softlayer.api.service.scale.policy.action Modifier and Type Class Description class
Scale
A policy action to scale a group.