org.jclouds.cloudwatch
Interface CloudWatchAsyncApi


public interface CloudWatchAsyncApi

Provides access to Amazon CloudWatch via the Query API

Author:
Adrian Cole
See Also:

Method Summary
 Set<String> getConfiguredRegions()
           
 MetricAsyncApi getMetricApi()
          Provides asynchronous access to Metric features.
 MetricAsyncApi getMetricApiForRegion(String region)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Datapoint>> getMetricStatisticsInRegion(String region, String metricName, String namespace, Date startTime, Date endTime, int period, Statistics statistics, GetMetricStatisticsOptions... options)
          Deprecated. 
 

Method Detail

getConfiguredRegions

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

getMetricStatisticsInRegion

@Deprecated
com.google.common.util.concurrent.ListenableFuture<? extends Set<Datapoint>> getMetricStatisticsInRegion(@Nullable
                                                                                                                    String region,
                                                                                                                    String metricName,
                                                                                                                    String namespace,
                                                                                                                    Date startTime,
                                                                                                                    Date endTime,
                                                                                                                    int period,
                                                                                                                    Statistics statistics,
                                                                                                                    GetMetricStatisticsOptions... options)
Deprecated. 

See Also:
MetricAsyncApi.getMetricStatistics(org.jclouds.cloudwatch.domain.GetMetricStatistics)

getMetricApi

MetricAsyncApi getMetricApi()
Provides asynchronous access to Metric features.


getMetricApiForRegion

MetricAsyncApi getMetricApiForRegion(@Nullable
                                     String region)


Copyright © 2009-2012 jclouds. All Rights Reserved.