org.jclouds.cloudwatch
Interface CloudWatchAsyncApi

All Superinterfaces:
Closeable

Deprecated. please use org.jclouds.ContextBuilder#buildApi(CloudWatchApi.class) as CloudWatchAsyncApi interface will be removed in jclouds 1.7.

@Deprecated
public interface CloudWatchAsyncApi
extends Closeable

Provides access to Amazon CloudWatch via the Query API

Author:
Adrian Cole
See Also:

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

Method Detail

getConfiguredRegions

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

getMetricApi

MetricAsyncApi getMetricApi()
Deprecated. 
Provides asynchronous access to Metric features.


getMetricApiForRegion

MetricAsyncApi getMetricApiForRegion(@Nullable
                                     String region)
Deprecated. 
Provides asynchronous access to Metric features.


getAlarmApi

AlarmAsyncApi getAlarmApi()
Deprecated. 
Provides asynchronous access to Alarm features.


getAlarmApiForRegion

AlarmAsyncApi getAlarmApiForRegion(@Nullable
                                   String region)
Deprecated. 
Provides asynchronous access to Metric features.



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