org.jclouds.cloudwatch
Interface CloudWatchAsyncClient


public interface CloudWatchAsyncClient

Provides access to Amazon CloudWatch via the Query API

Author:
Adrian Cole
See Also:

Field Summary
static String VERSION
           
 
Method Summary
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Datapoint>> getMetricStatisticsInRegion(String region, String measureName, Date startTime, Date endTime, int period, String statistics)
           
 

Field Detail

VERSION

static final String VERSION
See Also:
Constant Field Values
Method Detail

getMetricStatisticsInRegion

com.google.common.util.concurrent.ListenableFuture<? extends Set<Datapoint>> getMetricStatisticsInRegion(@Nullable
                                                                                                         String region,
                                                                                                         String measureName,
                                                                                                         Date startTime,
                                                                                                         Date endTime,
                                                                                                         int period,
                                                                                                         String statistics)
See Also:
CloudWatchClient.getMetricStatisticsInRegion(java.lang.String, java.lang.String, java.util.Date, java.util.Date, int, java.lang.String)


Copyright © 2009-2011 jclouds. All Rights Reserved.