Uses of Class
org.jclouds.cloudwatch.domain.GetMetricStatistics
-
Packages that use GetMetricStatistics Package Description org.jclouds.cloudwatch.domain org.jclouds.cloudwatch.features -
-
Uses of GetMetricStatistics in org.jclouds.cloudwatch.domain
Methods in org.jclouds.cloudwatch.domain that return GetMetricStatistics Modifier and Type Method Description GetMetricStatistics
GetMetricStatistics.Builder. build()
Returns a newly-createdGetMetricStatisticsOptionsV2
based on the contents of theBuilder
. -
Uses of GetMetricStatistics in org.jclouds.cloudwatch.features
Methods in org.jclouds.cloudwatch.features with parameters of type GetMetricStatistics Modifier and Type Method Description GetMetricStatisticsResponse
MetricApi. getMetricStatistics(GetMetricStatistics statistics)
GetMetricStatisticsResponse
MetricApi. getMetricStatistics(GetMetricStatistics statistics, GetMetricStatisticsOptions options)
Gets statistics for the specified metric.
-