Package org.jclouds.cloudwatch
Interface CloudWatchApi
- All Superinterfaces:
AutoCloseable
,Closeable
Provides access to Amazon CloudWatch via the Query API
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionProvides synchronous access to Alarm features.getAlarmApiForRegion
(String region) Provides synchronous access to Alarm features.Provides synchronous access to Metric features.getMetricApiForRegion
(String region) Provides synchronous access to Metric features.
-
Method Details
-
getConfiguredRegions
- Returns:
- the Region codes configured
-
getMetricApi
MetricApi getMetricApi()Provides synchronous access to Metric features. -
getMetricApiForRegion
Provides synchronous access to Metric features. -
getAlarmApi
AlarmApi getAlarmApi()Provides synchronous access to Alarm features. -
getAlarmApiForRegion
Provides synchronous access to Alarm features.
-