Uses of Class
org.jclouds.cloudwatch.domain.Alarm.State

Packages that use Alarm.State
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
static Alarm.State Alarm.State.fromValue(String value)
           
 Alarm.State Alarm.getState()
          return the state value for the alarm
static 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
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
 com.google.common.util.concurrent.ListenableFuture<Void> AlarmAsyncApi.setState(String alarmName, String stateReason, String stateReasonData, Alarm.State state)
           
 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
 ListAlarmsOptions ListAlarmsOptions.state(Alarm.State state)
          The state value to be used in matching alarms.
 



Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.