Uses of Class
org.jclouds.cloudstack.options.ListAlertsOptions

Packages that use ListAlertsOptions
org.jclouds.cloudstack.features   
org.jclouds.cloudstack.options   
 

Uses of ListAlertsOptions in org.jclouds.cloudstack.features
 

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

Uses of ListAlertsOptions in org.jclouds.cloudstack.options
 

Fields in org.jclouds.cloudstack.options declared as ListAlertsOptions
static ListAlertsOptions ListAlertsOptions.NONE
           
 

Methods in org.jclouds.cloudstack.options that return ListAlertsOptions
 ListAlertsOptions ListAlertsOptions.id(String id)
           
static ListAlertsOptions ListAlertsOptions.Builder.id(String id)
           
 ListAlertsOptions ListAlertsOptions.keyword(String keyword)
           
static ListAlertsOptions ListAlertsOptions.Builder.keyword(String keyword)
           
 ListAlertsOptions ListAlertsOptions.type(String type)
           
static ListAlertsOptions ListAlertsOptions.Builder.type(String type)
           
 



Copyright © 2009-2013 jclouds. All Rights Reserved.