| Package | Description |
|---|---|
| com.amazonaws.services.budgets.model |
| Modifier and Type | Method and Description |
|---|---|
Notification |
Notification.clone() |
Notification |
UpdateNotificationRequest.getNewNotification()
The updated notification to be associated with a budget.
|
Notification |
DeleteSubscriberRequest.getNotification()
The notification whose subscriber you want to delete.
|
Notification |
NotificationWithSubscribers.getNotification()
The notification that is associated with a budget.
|
Notification |
UpdateSubscriberRequest.getNotification()
The notification whose subscriber you want to update.
|
Notification |
CreateNotificationRequest.getNotification()
The notification that you want to create.
|
Notification |
CreateSubscriberRequest.getNotification()
The notification that you want to create a subscriber for.
|
Notification |
DescribeSubscribersForNotificationRequest.getNotification()
The notification whose subscribers you want to list.
|
Notification |
DeleteNotificationRequest.getNotification()
The notification that you want to delete.
|
Notification |
UpdateNotificationRequest.getOldNotification()
The previous notification that is associated with a budget.
|
Notification |
Notification.withComparisonOperator(ComparisonOperator comparisonOperator)
The comparison that is used for this notification.
|
Notification |
Notification.withComparisonOperator(String comparisonOperator)
The comparison that is used for this notification.
|
Notification |
Notification.withNotificationState(NotificationState notificationState)
Whether this notification is in alarm.
|
Notification |
Notification.withNotificationState(String notificationState)
Whether this notification is in alarm.
|
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). |
Notification |
Notification.withNotificationType(String notificationType)
Whether the notification is for how much you have spent (
ACTUAL) or for how much you're forecasted
to spend (FORECASTED). |
Notification |
Notification.withThreshold(Double threshold)
The threshold that is associated with a notification.
|
Notification |
Notification.withThresholdType(String thresholdType)
The type of threshold for a notification.
|
Notification |
Notification.withThresholdType(ThresholdType thresholdType)
The type of threshold for a notification.
|
| Modifier and Type | Method and Description |
|---|---|
List<Notification> |
DescribeNotificationsForBudgetResult.getNotifications()
A list of notifications that are associated with a budget.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateNotificationRequest.setNewNotification(Notification newNotification)
The updated notification to be associated with a budget.
|
void |
DeleteSubscriberRequest.setNotification(Notification notification)
The notification whose subscriber you want to delete.
|
void |
NotificationWithSubscribers.setNotification(Notification notification)
The notification that is associated with a budget.
|
void |
UpdateSubscriberRequest.setNotification(Notification notification)
The notification whose subscriber you want to update.
|
void |
CreateNotificationRequest.setNotification(Notification notification)
The notification that you want to create.
|
void |
CreateSubscriberRequest.setNotification(Notification notification)
The notification that you want to create a subscriber for.
|
void |
DescribeSubscribersForNotificationRequest.setNotification(Notification notification)
The notification whose subscribers you want to list.
|
void |
DeleteNotificationRequest.setNotification(Notification notification)
The notification that you want to delete.
|
void |
UpdateNotificationRequest.setOldNotification(Notification oldNotification)
The previous notification that is associated with a budget.
|
UpdateNotificationRequest |
UpdateNotificationRequest.withNewNotification(Notification newNotification)
The updated notification to be associated with a budget.
|
DeleteSubscriberRequest |
DeleteSubscriberRequest.withNotification(Notification notification)
The notification whose subscriber you want to delete.
|
NotificationWithSubscribers |
NotificationWithSubscribers.withNotification(Notification notification)
The notification that is associated with a budget.
|
UpdateSubscriberRequest |
UpdateSubscriberRequest.withNotification(Notification notification)
The notification whose subscriber you want to update.
|
CreateNotificationRequest |
CreateNotificationRequest.withNotification(Notification notification)
The notification that you want to create.
|
CreateSubscriberRequest |
CreateSubscriberRequest.withNotification(Notification notification)
The notification that you want to create a subscriber for.
|
DescribeSubscribersForNotificationRequest |
DescribeSubscribersForNotificationRequest.withNotification(Notification notification)
The notification whose subscribers you want to list.
|
DeleteNotificationRequest |
DeleteNotificationRequest.withNotification(Notification notification)
The notification that you want to delete.
|
DescribeNotificationsForBudgetResult |
DescribeNotificationsForBudgetResult.withNotifications(Notification... notifications)
A list of notifications that are associated with a budget.
|
UpdateNotificationRequest |
UpdateNotificationRequest.withOldNotification(Notification oldNotification)
The previous notification that is associated with a budget.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeNotificationsForBudgetResult.setNotifications(Collection<Notification> notifications)
A list of notifications that are associated with a budget.
|
DescribeNotificationsForBudgetResult |
DescribeNotificationsForBudgetResult.withNotifications(Collection<Notification> notifications)
A list of notifications that are associated with a budget.
|
Copyright © 2021. All rights reserved.