Uses of Interface
org.jclouds.cloudwatch.CloudWatchApi
Packages that use CloudWatchApi
-
Uses of CloudWatchApi in org.jclouds.cloudwatch
Methods in org.jclouds.cloudwatch with parameters of type CloudWatchApiModifier and TypeMethodDescriptionCloudWatch.listMetrics
(CloudWatchApi cloudWatchApi, String region, ListMetricsOptions options) List metrics based on the criteria in theListMetricsOptions
passed in.static void
CloudWatch.putMetricData
(CloudWatchApi cloudWatchApi, String region, Iterable<MetricDatum> metrics, String namespace) Pushes metrics to CloudWatch. -
Uses of CloudWatchApi in org.jclouds.cloudwatch.functions
Constructors in org.jclouds.cloudwatch.functions with parameters of type CloudWatchApi