Uses of Class
software.amazon.awssdk.services.budgets.model.NotificationType
-
Packages that use NotificationType Package Description software.amazon.awssdk.services.budgets.model -
-
Uses of NotificationType in software.amazon.awssdk.services.budgets.model
Methods in software.amazon.awssdk.services.budgets.model that return NotificationType Modifier and Type Method Description static NotificationTypeNotificationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NotificationTypeAction. notificationType()Returns the value of the NotificationType property for this object.NotificationTypeCreateBudgetActionRequest. notificationType()Returns the value of the NotificationType property for this object.NotificationTypeNotification. notificationType()Specifies whether the notification is for how much you have spent (ACTUAL) or for how much that you're forecasted to spend (FORECASTED).NotificationTypeUpdateBudgetActionRequest. notificationType()Returns the value of the NotificationType property for this object.static NotificationTypeNotificationType. valueOf(String name)Returns the enum constant of this type with the specified name.static NotificationType[]NotificationType. 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 NotificationType Modifier and Type Method Description static Set<NotificationType>NotificationType. knownValues()Methods in software.amazon.awssdk.services.budgets.model with parameters of type NotificationType Modifier and Type Method Description Action.BuilderAction.Builder. notificationType(NotificationType notificationType)Sets the value of the NotificationType property for this object.CreateBudgetActionRequest.BuilderCreateBudgetActionRequest.Builder. notificationType(NotificationType notificationType)Sets the value of the NotificationType property for this object.Notification.BuilderNotification.Builder. notificationType(NotificationType notificationType)Specifies whether the notification is for how much you have spent (ACTUAL) or for how much that you're forecasted to spend (FORECASTED).UpdateBudgetActionRequest.BuilderUpdateBudgetActionRequest.Builder. notificationType(NotificationType notificationType)Sets the value of the NotificationType property for this object.
-