| Package | Description |
|---|---|
| software.amazon.awssdk.services.budgets.model |
| Modifier and Type | Method and Description |
|---|---|
static NotificationType |
NotificationType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
NotificationType |
Action.notificationType()
Returns the value of the NotificationType property for this object.
|
NotificationType |
UpdateBudgetActionRequest.notificationType()
Returns the value of the NotificationType property for this object.
|
NotificationType |
Notification.notificationType()
Specifies whether the notification is for how much you have spent (
ACTUAL) or for how much that
you're forecasted to spend (FORECASTED). |
NotificationType |
CreateBudgetActionRequest.notificationType()
Returns the value of the NotificationType property for this object.
|
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 |
|---|---|
static Set<NotificationType> |
NotificationType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Action.Builder |
Action.Builder.notificationType(NotificationType notificationType)
Sets the value of the NotificationType property for this object.
|
UpdateBudgetActionRequest.Builder |
UpdateBudgetActionRequest.Builder.notificationType(NotificationType notificationType)
Sets the value of the NotificationType property for this object.
|
Notification.Builder |
Notification.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). |
CreateBudgetActionRequest.Builder |
CreateBudgetActionRequest.Builder.notificationType(NotificationType notificationType)
Sets the value of the NotificationType property for this object.
|
Copyright © 2023. All rights reserved.