| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static AlarmState |
AlarmState.fromValue(String value)
Use this in place of valueOf.
|
static AlarmState |
AlarmState.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.
|
| Modifier and Type | Method and Description |
|---|---|
PutAlarmRequest |
PutAlarmRequest.withNotificationTriggers(AlarmState... notificationTriggers)
The alarm states that trigger a notification.
|
Alarm |
Alarm.withNotificationTriggers(AlarmState... notificationTriggers)
The alarm states that trigger a notification.
|
Alarm |
Alarm.withState(AlarmState state)
The current state of the alarm.
|
TestAlarmRequest |
TestAlarmRequest.withState(AlarmState state)
The alarm state to test.
|
Copyright © 2022. All rights reserved.