Uses of Class
org.jclouds.rackspace.autoscale.v1.domain.CreateWebhook
-
Packages that use CreateWebhook Package Description org.jclouds.rackspace.autoscale.v1.domain org.jclouds.rackspace.autoscale.v1.features -
-
Uses of CreateWebhook in org.jclouds.rackspace.autoscale.v1.domain
Subclasses of CreateWebhook in org.jclouds.rackspace.autoscale.v1.domain Modifier and Type Class Description class
Webhook
Autoscale WebhookResponse.Methods in org.jclouds.rackspace.autoscale.v1.domain that return CreateWebhook Modifier and Type Method Description CreateWebhook
CreateWebhook.Builder. build()
Methods in org.jclouds.rackspace.autoscale.v1.domain with parameters of type CreateWebhook Modifier and Type Method Description CreateWebhook.Builder
CreateWebhook.Builder. fromWebhook(CreateWebhook in)
-
Uses of CreateWebhook in org.jclouds.rackspace.autoscale.v1.features
Method parameters in org.jclouds.rackspace.autoscale.v1.features with type arguments of type CreateWebhook Modifier and Type Method Description com.google.common.collect.FluentIterable<Webhook>
WebhookApi. create(List<CreateWebhook> webhooks)
Create webhooks.
-