Uses of Enum Class
org.jclouds.cloudwatch.domain.Statistics
Packages that use Statistics
-
Uses of Statistics in org.jclouds.cloudwatch.domain
Methods in org.jclouds.cloudwatch.domain that return StatisticsModifier and TypeMethodDescriptionstatic Statistics
Alarm.getStatistic()
return the statistic to apply to the alarm's associated metricstatic Statistics
Returns the enum constant of this class with the specified name.static Statistics[]
Statistics.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.cloudwatch.domain that return types with arguments of type StatisticsModifier and TypeMethodDescriptionGetMetricStatistics.getStatistics()
return the statistics for this requestMethods in org.jclouds.cloudwatch.domain with parameters of type StatisticsModifier and TypeMethodDescriptionGetMetricStatistics.Builder.statistic
(Statistics statistic) The metric statistic to return.Method parameters in org.jclouds.cloudwatch.domain with type arguments of type StatisticsModifier and TypeMethodDescriptionGetMetricStatistics.Builder.statistics
(Set<Statistics> statistics) The metric statistics to return.Constructors in org.jclouds.cloudwatch.domain with parameters of type StatisticsModifierConstructorDescriptionAlarm
(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 StatisticsModifier and TypeMethodDescriptionListAlarmsForMetric.statistic
(Statistics statistic) The statistic for the metric.SaveAlarmOptions.statistic
(Statistics statistic) The statistic to apply to the alarm's associated metric.