Uses of Enum Class
org.jclouds.cloudwatch.domain.Alarm.State
Packages that use Alarm.State
Package
Description
-
Uses of Alarm.State in org.jclouds.cloudwatch.domain
Methods in org.jclouds.cloudwatch.domain that return Alarm.StateModifier and TypeMethodDescriptionstatic Alarm.State
Alarm.getState()
return the state value for the alarmstatic Alarm.State
Returns the enum constant of this class with the specified name.static Alarm.State[]
Alarm.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jclouds.cloudwatch.domain with parameters of type Alarm.StateModifierConstructorDescriptionAlarm
(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 Alarm.State in org.jclouds.cloudwatch.features
Methods in org.jclouds.cloudwatch.features with parameters of type Alarm.StateModifier and TypeMethodDescriptionvoid
AlarmApi.setState
(String alarmName, String stateReason, String stateReasonData, Alarm.State state) Temporarily sets the state of an alarm. -
Uses of Alarm.State in org.jclouds.cloudwatch.options
Methods in org.jclouds.cloudwatch.options with parameters of type Alarm.StateModifier and TypeMethodDescriptionListAlarmsOptions.state
(Alarm.State state) The state value to be used in matching alarms.