Package | Description |
---|---|
org.jclouds.cloudwatch |
Modifier and Type | Field and Description |
---|---|
static com.google.common.reflect.TypeToken<RestContext<CloudWatchClient,CloudWatchAsyncClient>> |
CloudWatchApiMetadata.CONTEXT_TOKEN |
Modifier and Type | Method and Description |
---|---|
static Iterable<Metric> |
CloudWatch.listMetrics(CloudWatchClient cloudWatchClient,
String region,
ListMetricsOptions options)
List metrics based on the criteria in the
ListMetricsOptions passed in. |
static void |
CloudWatch.putMetricData(CloudWatchClient cloudWatchClient,
String region,
Iterable<MetricDatum> metrics,
String namespace)
Pushes metrics to CloudWatch.
|
Copyright © 2009-2012 jclouds. All Rights Reserved.