| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static AlarmState |
AlarmState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AlarmState |
Alarm.state()
The current state of the alarm.
|
AlarmState |
TestAlarmRequest.state()
The alarm state to test.
|
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 |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Alarm.Builder |
Alarm.Builder.notificationTriggers(AlarmState... notificationTriggers)
The alarm states that trigger a notification.
|
PutAlarmRequest.Builder |
PutAlarmRequest.Builder.notificationTriggers(AlarmState... notificationTriggers)
The alarm states that trigger a notification.
|
Alarm.Builder |
Alarm.Builder.state(AlarmState state)
The current state of the alarm.
|
TestAlarmRequest.Builder |
TestAlarmRequest.Builder.state(AlarmState state)
The alarm state to test.
|
| Modifier and Type | Method and Description |
|---|---|
Alarm.Builder |
Alarm.Builder.notificationTriggers(Collection<AlarmState> notificationTriggers)
The alarm states that trigger a notification.
|
PutAlarmRequest.Builder |
PutAlarmRequest.Builder.notificationTriggers(Collection<AlarmState> notificationTriggers)
The alarm states that trigger a notification.
|
Copyright © 2022. All rights reserved.