Package org.jclouds.cloudwatch
Interface CloudWatchApi
-
- All Superinterfaces:
AutoCloseable
,Closeable
public interface CloudWatchApi extends Closeable
Provides access to Amazon CloudWatch via the Query API
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.
-
-
-
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.
-
-