Uses of Class
org.jclouds.rackspace.autoscale.v1.domain.Webhook
-
Packages that use Webhook Package Description org.jclouds.rackspace.autoscale.v1.features org.jclouds.rackspace.autoscale.v1.utils -
-
Uses of Webhook in org.jclouds.rackspace.autoscale.v1.features
Methods in org.jclouds.rackspace.autoscale.v1.features that return Webhook Modifier and Type Method Description Webhook
WebhookApi. get(String id)
Get a webhook.Methods in org.jclouds.rackspace.autoscale.v1.features that return types with arguments of type Webhook Modifier and Type Method Description com.google.common.collect.FluentIterable<Webhook>
WebhookApi. create(String name, Map<String,Object> metadata)
Create a webhook.com.google.common.collect.FluentIterable<Webhook>
WebhookApi. create(List<CreateWebhook> webhooks)
Create webhooks.com.google.common.collect.FluentIterable<Webhook>
WebhookApi. list()
List webhooks. -
Uses of Webhook in org.jclouds.rackspace.autoscale.v1.utils
Methods in org.jclouds.rackspace.autoscale.v1.utils with parameters of type Webhook Modifier and Type Method Description static boolean
AutoscaleUtils. execute(Webhook webhook)
-