Uses of Class
com.softlayer.api.service.user.permission.Action
Package | Description |
---|---|
com.softlayer.api.service.user | |
com.softlayer.api.service.user.permission |
-
Uses of Action in com.softlayer.api.service.user
Fields in com.softlayer.api.service.user with type parameters of type Action Modifier and Type Field Description protected List<Action>
Customer. actions
Methods in com.softlayer.api.service.user that return types with arguments of type Action Modifier and Type Method Description List<Action>
Customer. getActions()
List<Action>
Customer.Service. getActions()
Future<List<Action>>
Customer.ServiceAsync. getActions()
Async version ofCustomer.Service.getActions()
Method parameters in com.softlayer.api.service.user with type arguments of type Action Modifier and Type Method Description Future<?>
Customer.ServiceAsync. getActions(ResponseHandler<List<Action>> callback)
Async callback version ofCustomer.Service.getActions()
-
Uses of Action in com.softlayer.api.service.user.permission
Fields in com.softlayer.api.service.user.permission with type parameters of type Action Modifier and Type Field Description protected List<Action>
Group. actions
protected List<Action>
Role. actions
Methods in com.softlayer.api.service.user.permission that return Action Modifier and Type Method Description Action
Action.Service. getObject()
Methods in com.softlayer.api.service.user.permission that return types with arguments of type Action Modifier and Type Method Description List<Action>
Group. getActions()
List<Action>
Group.Service. getActions()
Future<List<Action>>
Group.ServiceAsync. getActions()
Async version ofGroup.Service.getActions()
List<Action>
Role. getActions()
List<Action>
Role.Service. getActions()
Future<List<Action>>
Role.ServiceAsync. getActions()
Async version ofRole.Service.getActions()
List<Action>
Action.Service. getAllObjects()
Future<List<Action>>
Action.ServiceAsync. getAllObjects()
Async version ofAction.Service.getAllObjects()
Future<Action>
Action.ServiceAsync. getObject()
Async version ofAction.Service.getObject()
Methods in com.softlayer.api.service.user.permission with parameters of type Action Modifier and Type Method Description Void
Group.Service. addAction(Action action)
Future<Void>
Group.ServiceAsync. addAction(Action action)
Future<?>
Group.ServiceAsync. addAction(Action action, ResponseHandler<Void> callback)
Void
Group.Service. removeAction(Action action)
Future<Void>
Group.ServiceAsync. removeAction(Action action)
Future<?>
Group.ServiceAsync. removeAction(Action action, ResponseHandler<Void> callback)
Method parameters in com.softlayer.api.service.user.permission with type arguments of type Action Modifier and Type Method Description Void
Group.Service. addBulkActions(List<Action> actions)
Future<Void>
Group.ServiceAsync. addBulkActions(List<Action> actions)
Future<?>
Group.ServiceAsync. addBulkActions(List<Action> actions, ResponseHandler<Void> callback)
Future<?>
Group.ServiceAsync. getActions(ResponseHandler<List<Action>> callback)
Async callback version ofGroup.Service.getActions()
Future<?>
Role.ServiceAsync. getActions(ResponseHandler<List<Action>> callback)
Async callback version ofRole.Service.getActions()
Future<?>
Action.ServiceAsync. getAllObjects(ResponseHandler<List<Action>> callback)
Future<?>
Action.ServiceAsync. getObject(ResponseHandler<Action> callback)
Void
Group.Service. removeBulkActions(List<Action> actions)
Future<Void>
Group.ServiceAsync. removeBulkActions(List<Action> actions)
Future<?>
Group.ServiceAsync. removeBulkActions(List<Action> actions, ResponseHandler<Void> callback)