Uses of Class
org.jclouds.cloudwatch.domain.GetMetricStatistics.Builder
Packages that use GetMetricStatistics.Builder
-
Uses of GetMetricStatistics.Builder in org.jclouds.cloudwatch.domain
Methods in org.jclouds.cloudwatch.domain that return GetMetricStatistics.BuilderModifier and TypeMethodDescriptionstatic GetMetricStatistics.Builder
GetMetricStatistics.builder()
Returns a new builder.A dimension describing qualities of the metric.GetMetricStatistics.Builder.dimensions
(Set<Dimension> dimensions) A list of dimensions describing qualities of the metric.The time stamp to use for determining the last datapoint to return.GetMetricStatistics.Builder.metricName
(String metricName) The name of the metric.The namespace of the metric.GetMetricStatistics.Builder.period
(int period) The granularity, in seconds, of the returned datapoints.The time stamp to use for determining the first datapoint to return.GetMetricStatistics.Builder.statistic
(Statistics statistic) The metric statistic to return.GetMetricStatistics.Builder.statistics
(Set<Statistics> statistics) The metric statistics to return.The unit for the metric.