org.jclouds.cloudwatch
Interface CloudWatchApi

All Superinterfaces:
Closeable

public interface CloudWatchApi
extends Closeable

Provides access to Amazon CloudWatch via the Query API

Author:
Adrian Cole
See Also:

Method Summary
 AlarmApi getAlarmApi()
          Provides synchronous access to Alarm features.
 AlarmApi getAlarmApiForRegion(String region)
          Provides synchronous access to Alarm features.
 Set<String> getConfiguredRegions()
           
 MetricApi getMetricApi()
          Provides synchronous access to Metric features.
 MetricApi getMetricApiForRegion(String region)
          Provides synchronous access to Metric features.
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

getConfiguredRegions

@Provides
Set<String> getConfiguredRegions()
Returns:
the Region codes configured

getMetricApi

MetricApi getMetricApi()
Provides synchronous access to Metric features.


getMetricApiForRegion

MetricApi getMetricApiForRegion(@Nullable
                                String region)
Provides synchronous access to Metric features.


getAlarmApi

AlarmApi getAlarmApi()
Provides synchronous access to Alarm features.


getAlarmApiForRegion

AlarmApi getAlarmApiForRegion(@Nullable
                              String region)
Provides synchronous access to Alarm features.



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.