org.jclouds.cloudwatch
Interface CloudWatchAsyncClient
public interface CloudWatchAsyncClient
Provides access to Amazon CloudWatch via the Query API
- Author:
- Adrian Cole
- See Also:
VERSION
static final String VERSION
- See Also:
- Constant Field Values
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.