Interface CloudWatchApi

All Superinterfaces:
AutoCloseable, Closeable

public interface CloudWatchApi extends Closeable
Provides access to Amazon CloudWatch via the Query API

See Also:
  • Method Details

    • 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.