Uses of Class
org.jclouds.cloudwatch.domain.Alarm.State
-
Packages that use Alarm.State Package Description org.jclouds.cloudwatch.domain org.jclouds.cloudwatch.features org.jclouds.cloudwatch.options -
-
Uses of Alarm.State in org.jclouds.cloudwatch.domain
Methods in org.jclouds.cloudwatch.domain that return Alarm.State Modifier and Type Method Description static Alarm.State
Alarm.State. fromValue(String value)
Alarm.State
Alarm. getState()
return the state value for the alarmstatic Alarm.State
Alarm.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Alarm.State[]
Alarm.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jclouds.cloudwatch.domain with parameters of type Alarm.State 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 Alarm.State in org.jclouds.cloudwatch.features
Methods in org.jclouds.cloudwatch.features with parameters of type Alarm.State Modifier and Type Method Description void
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.State Modifier and Type Method Description ListAlarmsOptions
ListAlarmsOptions. state(Alarm.State state)
The state value to be used in matching alarms.
-