Uses of Class
com.xerox.amazonws.monitoring.MonitoringException

Packages that use MonitoringException
com.xerox.amazonws.monitoring   
 

Uses of MonitoringException in com.xerox.amazonws.monitoring
 

Methods in com.xerox.amazonws.monitoring that throw MonitoringException
 MetricStatisticsResult Monitoring.getMetricStatistics(int period, List<Statistics> statistics, String namespace, Map<String,String> dimensions, Date startTime, Date endTime, String measureName, StandardUnit unit, String customUnit)
          Describe the AMIs that match the intersection of the criteria supplied
 List<Metric> Monitoring.listMetrics()
          List the valid metrics that have recorded data available.
protected
<T> T
Monitoring.makeRequestInt(org.apache.http.client.methods.HttpRequestBase method, String action, Map<String,String> params, Class<T> respType)