|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MetricDatum | |
|---|---|
| org.jclouds.cloudwatch | |
| org.jclouds.cloudwatch.domain | |
| org.jclouds.cloudwatch.features | |
| Uses of MetricDatum in org.jclouds.cloudwatch |
|---|
| Method parameters in org.jclouds.cloudwatch with type arguments of type MetricDatum | |
|---|---|
static void |
CloudWatch.putMetricData(CloudWatchApi cloudWatchApi,
String region,
Iterable<MetricDatum> metrics,
String namespace)
Pushes metrics to CloudWatch. |
| Uses of MetricDatum in org.jclouds.cloudwatch.domain |
|---|
| Methods in org.jclouds.cloudwatch.domain that return MetricDatum | |
|---|---|
MetricDatum |
MetricDatum.Builder.build()
Returns a newly-created MetricDatum based on the contents of the Builder. |
| Uses of MetricDatum in org.jclouds.cloudwatch.features |
|---|
| Method parameters in org.jclouds.cloudwatch.features with type arguments of type MetricDatum | |
|---|---|
void |
MetricApi.putMetricsInNamespace(Iterable<MetricDatum> metrics,
String namespace)
Publishes metric data points to Amazon CloudWatch. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||