Uses of Class
software.amazon.awssdk.services.budgets.model.NotificationState
-
Packages that use NotificationState Package Description software.amazon.awssdk.services.budgets.model -
-
Uses of NotificationState in software.amazon.awssdk.services.budgets.model
Methods in software.amazon.awssdk.services.budgets.model that return NotificationState Modifier and Type Method Description static NotificationStateNotificationState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NotificationStateNotification. notificationState()Specifies whether this notification is in alarm.static NotificationStateNotificationState. 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.Methods in software.amazon.awssdk.services.budgets.model that return types with arguments of type NotificationState Modifier and Type Method Description static Set<NotificationState>NotificationState. knownValues()Methods in software.amazon.awssdk.services.budgets.model with parameters of type NotificationState Modifier and Type Method Description Notification.BuilderNotification.Builder. notificationState(NotificationState notificationState)Specifies whether this notification is in alarm.
-