| Package | Description |
|---|---|
| com.amazonaws.services.budgets.model |
| Modifier and Type | Method and Description |
|---|---|
static NotificationState |
NotificationState.fromValue(String value)
Use this in place of valueOf.
|
static NotificationState |
NotificationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationState[] |
NotificationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Notification.setNotificationState(NotificationState notificationState)
Whether this notification is in alarm.
|
Notification |
Notification.withNotificationState(NotificationState notificationState)
Whether this notification is in alarm.
|
Copyright © 2021. All rights reserved.