Uses of Class
software.amazon.awssdk.services.lightsail.model.AlarmState
-
Packages that use AlarmState Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of AlarmState in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return AlarmState Modifier and Type Method Description static AlarmStateAlarmState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AlarmStateAlarm. state()The current state of the alarm.AlarmStateTestAlarmRequest. state()The alarm state to test.static AlarmStateAlarmState. valueOf(String name)Returns the enum constant of this type with the specified name.static AlarmState[]AlarmState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type AlarmState Modifier and Type Method Description static Set<AlarmState>AlarmState. knownValues()List<AlarmState>Alarm. notificationTriggers()The alarm states that trigger a notification.List<AlarmState>PutAlarmRequest. notificationTriggers()The alarm states that trigger a notification.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type AlarmState Modifier and Type Method Description Alarm.BuilderAlarm.Builder. notificationTriggers(AlarmState... notificationTriggers)The alarm states that trigger a notification.PutAlarmRequest.BuilderPutAlarmRequest.Builder. notificationTriggers(AlarmState... notificationTriggers)The alarm states that trigger a notification.Alarm.BuilderAlarm.Builder. state(AlarmState state)The current state of the alarm.TestAlarmRequest.BuilderTestAlarmRequest.Builder. state(AlarmState state)The alarm state to test.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type AlarmState Modifier and Type Method Description Alarm.BuilderAlarm.Builder. notificationTriggers(Collection<AlarmState> notificationTriggers)The alarm states that trigger a notification.PutAlarmRequest.BuilderPutAlarmRequest.Builder. notificationTriggers(Collection<AlarmState> notificationTriggers)The alarm states that trigger a notification.
-