Uses of Class
com.softlayer.api.service.scale.policy.trigger.OneTime
Package | Description |
---|---|
com.softlayer.api.service.scale | |
com.softlayer.api.service.scale.policy.trigger |
-
Uses of OneTime in com.softlayer.api.service.scale
Fields in com.softlayer.api.service.scale with type parameters of type OneTime Modifier and Type Field Description protected List<OneTime>
Policy. oneTimeTriggers
The one-time triggers to check for this group.Methods in com.softlayer.api.service.scale that return types with arguments of type OneTime Modifier and Type Method Description List<OneTime>
Policy. getOneTimeTriggers()
List<OneTime>
Policy.Service. getOneTimeTriggers()
The one-time triggers to check for this group.Future<List<OneTime>>
Policy.ServiceAsync. getOneTimeTriggers()
Async version ofPolicy.Service.getOneTimeTriggers()
Method parameters in com.softlayer.api.service.scale with type arguments of type OneTime Modifier and Type Method Description Future<?>
Policy.ServiceAsync. getOneTimeTriggers(ResponseHandler<List<OneTime>> callback)
Async callback version ofPolicy.Service.getOneTimeTriggers()
-
Uses of OneTime in com.softlayer.api.service.scale.policy.trigger
Methods in com.softlayer.api.service.scale.policy.trigger that return OneTime Modifier and Type Method Description OneTime
OneTime.Service. createObject(OneTime templateObject)
OneTime
OneTime.Service. getObjectForOneTime()
Methods in com.softlayer.api.service.scale.policy.trigger that return types with arguments of type OneTime Modifier and Type Method Description Future<OneTime>
OneTime.ServiceAsync. createObject(OneTime templateObject)
Future<OneTime>
OneTime.ServiceAsync. getObjectForOneTime()
Async version ofOneTime.Service.getObjectForOneTime()
Methods in com.softlayer.api.service.scale.policy.trigger with parameters of type OneTime Modifier and Type Method Description OneTime
OneTime.Service. createObject(OneTime templateObject)
Future<OneTime>
OneTime.ServiceAsync. createObject(OneTime templateObject)
Future<?>
OneTime.ServiceAsync. createObject(OneTime templateObject, ResponseHandler<OneTime> callback)
Method parameters in com.softlayer.api.service.scale.policy.trigger with type arguments of type OneTime Modifier and Type Method Description Future<?>
OneTime.ServiceAsync. createObject(OneTime templateObject, ResponseHandler<OneTime> callback)
Future<?>
OneTime.ServiceAsync. getObjectForOneTime(ResponseHandler<OneTime> callback)