Uses of Interface
org.jclouds.rackspace.autoscale.v1.features.WebhookApi
-
Packages that use WebhookApi Package Description org.jclouds.rackspace.autoscale.v1 -
-
Uses of WebhookApi in org.jclouds.rackspace.autoscale.v1
Methods in org.jclouds.rackspace.autoscale.v1 that return WebhookApi Modifier and Type Method Description WebhookApi
AutoscaleApi. getWebhookApi(String region, String groupId, String policyId)
Provides access to webhook management features.WebhookApi
AutoscaleApi. getWebhookApiForGroupAndPolicy(String region, String groupId, String policyId)
Deprecated.Please useAutoscaleApi.getWebhookApi(String, String, String)
instead.
-