| Package | Description |
|---|---|
| com.amazonaws.services.budgets.model |
| Modifier and Type | Method and Description |
|---|---|
static NotificationType |
NotificationType.fromValue(String value)
Use this in place of valueOf.
|
static NotificationType |
NotificationType.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Notification.setNotificationType(NotificationType notificationType)
Whether the notification is for how much you have spent (
ACTUAL) or for how much you're forecasted
to spend (FORECASTED). |
Notification |
Notification.withNotificationType(NotificationType notificationType)
Whether the notification is for how much you have spent (
ACTUAL) or for how much you're forecasted
to spend (FORECASTED). |
UpdateBudgetActionRequest |
UpdateBudgetActionRequest.withNotificationType(NotificationType notificationType) |
CreateBudgetActionRequest |
CreateBudgetActionRequest.withNotificationType(NotificationType notificationType) |
Action |
Action.withNotificationType(NotificationType notificationType) |
Copyright © 2021. All rights reserved.