Uses of Class
org.jclouds.cloudwatch.domain.Statistics
-
Packages that use Statistics Package Description org.jclouds.cloudwatch.domain org.jclouds.cloudwatch.options -
-
Uses of Statistics in org.jclouds.cloudwatch.domain
Methods in org.jclouds.cloudwatch.domain that return Statistics Modifier and Type Method Description static Statistics
Statistics. fromValue(String value)
Statistics
Alarm. getStatistic()
return the statistic to apply to the alarm's associated metricstatic Statistics
Statistics. valueOf(String name)
Returns the enum constant of this type with the specified name.static Statistics[]
Statistics. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.cloudwatch.domain that return types with arguments of type Statistics Modifier and Type Method Description Set<Statistics>
GetMetricStatistics. getStatistics()
return the statistics for this requestMethods in org.jclouds.cloudwatch.domain with parameters of type Statistics Modifier and Type Method Description GetMetricStatistics.Builder
GetMetricStatistics.Builder. statistic(Statistics statistic)
The metric statistic to return.Method parameters in org.jclouds.cloudwatch.domain with type arguments of type Statistics Modifier and Type Method Description GetMetricStatistics.Builder
GetMetricStatistics.Builder. statistics(Set<Statistics> statistics)
The metric statistics to return.Constructors in org.jclouds.cloudwatch.domain with parameters of type Statistics Constructor Description Alarm(boolean areActionsEnabled, Set<String> alarmActions, String alarmARN, Date alarmConfigurationUpdatedTimestamp, String alarmDescription, String alarmName, ComparisonOperator comparisonOperator, Set<Dimension> dimensions, int evaluationPeriods, Set<String> insufficientDataActions, String metricName, String namespace, Set<String> okActions, int period, String stateReason, com.google.common.base.Optional<String> stateReasonData, Date stateUpdatedTimestamp, Alarm.State state, Statistics statistic, double threshold, com.google.common.base.Optional<Unit> unit)
-
Uses of Statistics in org.jclouds.cloudwatch.options
Methods in org.jclouds.cloudwatch.options with parameters of type Statistics Modifier and Type Method Description ListAlarmsForMetric
ListAlarmsForMetric. statistic(Statistics statistic)
The statistic for the metric.SaveAlarmOptions
SaveAlarmOptions. statistic(Statistics statistic)
The statistic to apply to the alarm's associated metric.
-