Uses of Class
com.softlayer.api.service.email.subscription.Group
Package | Description |
---|---|
com.softlayer.api.service.email.subscription |
-
Uses of Group in com.softlayer.api.service.email.subscription
Methods in com.softlayer.api.service.email.subscription that return Group Modifier and Type Method Description Group
Group.Service. getObject()
Methods in com.softlayer.api.service.email.subscription that return types with arguments of type Group Modifier and Type Method Description List<Group>
Group.Service. getAllObjects()
Future<List<Group>>
Group.ServiceAsync. getAllObjects()
Async version ofGroup.Service.getAllObjects()
Future<Group>
Group.ServiceAsync. getObject()
Async version ofGroup.Service.getObject()
Method parameters in com.softlayer.api.service.email.subscription with type arguments of type Group Modifier and Type Method Description Future<?>
Group.ServiceAsync. getAllObjects(ResponseHandler<List<Group>> callback)
Future<?>
Group.ServiceAsync. getObject(ResponseHandler<Group> callback)