Uses of Class
org.jclouds.cloudstack.domain.Alert

Packages that use Alert
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.features   
 

Uses of Alert in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return Alert
 Alert Alert.Builder.build()
           
 

Methods in org.jclouds.cloudstack.domain with parameters of type Alert
 T Alert.Builder.fromAlert(Alert in)
           
 

Uses of Alert in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features that return types with arguments of type Alert
 Set<Alert> GlobalAlertClient.listAlerts(ListAlertsOptions... options)
          List Alerts
 com.google.common.util.concurrent.ListenableFuture<Set<Alert>> GlobalAlertAsyncClient.listAlerts(ListAlertsOptions... options)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.