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 AlarmApigetAlarmApi()Provides synchronous access to Alarm features.AlarmApigetAlarmApiForRegion(String region)Provides synchronous access to Alarm features.Set<String>getConfiguredRegions()MetricApigetMetricApi()Provides synchronous access to Metric features.MetricApigetMetricApiForRegion(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.
-
-