Modifier and Type | Method and Description |
---|---|
GetMetricStatisticsResponse |
getMetricStatistics(GetMetricStatistics statistics) |
GetMetricStatisticsResponse |
getMetricStatistics(GetMetricStatistics statistics,
GetMetricStatisticsOptions options)
Gets statistics for the specified metric.
|
ListMetricsResponse |
listMetrics() |
ListMetricsResponse |
listMetrics(ListMetricsOptions options)
Returns a list of valid metrics stored for the AWS account owner.
|
void |
putMetricData(Iterable<MetricDatum> metrics,
String namespace)
Publishes metric data points to Amazon CloudWatch.
|
ListMetricsResponse listMetrics(ListMetricsOptions options)
ListMetricsResponse.getNextToken()
) value with
subsequent calls .To retrieve all available metrics with one call, use
CloudWatch.listMetrics(MetricClient,
org.jclouds.cloudwatch.options.ListMetricsOptions)
options
- the options describing the metrics queryListMetricsResponse listMetrics()
GetMetricStatisticsResponse getMetricStatistics(GetMetricStatistics statistics, GetMetricStatisticsOptions options)
statistics
- the statistics to gatheroptions
- the options describing the metric statistics queryGetMetricStatisticsResponse getMetricStatistics(GetMetricStatistics statistics)
void putMetricData(Iterable<MetricDatum> metrics, String namespace)
metrics
- the metrics to publishnamespace
- the namespace to publish the metrics toCopyright © 2009-2012 jclouds. All Rights Reserved.