| Package | Description |
|---|---|
| software.amazon.awssdk.services.budgets.model | |
| software.amazon.awssdk.services.budgets.paginators |
| Modifier and Type | Method and Description |
|---|---|
Notification |
UpdateNotificationRequest.newNotification()
The updated notification to be associated with a budget.
|
Notification |
UpdateSubscriberRequest.notification()
The notification whose subscriber you want to update.
|
Notification |
CreateNotificationRequest.notification()
The notification that you want to create.
|
Notification |
NotificationWithSubscribers.notification()
The notification that's associated with a budget.
|
Notification |
DescribeSubscribersForNotificationRequest.notification()
The notification whose subscribers you want to list.
|
Notification |
CreateSubscriberRequest.notification()
The notification that you want to create a subscriber for.
|
Notification |
DeleteSubscriberRequest.notification()
The notification whose subscriber you want to delete.
|
Notification |
DeleteNotificationRequest.notification()
The notification that you want to delete.
|
Notification |
UpdateNotificationRequest.oldNotification()
The previous notification that is associated with a budget.
|
| Modifier and Type | Method and Description |
|---|---|
List<Notification> |
BudgetNotificationsForAccount.notifications()
Returns the value of the Notifications property for this object.
|
List<Notification> |
DescribeNotificationsForBudgetResponse.notifications()
A list of notifications that are associated with a budget.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateNotificationRequest.Builder |
UpdateNotificationRequest.Builder.newNotification(Notification newNotification)
The updated notification to be associated with a budget.
|
UpdateSubscriberRequest.Builder |
UpdateSubscriberRequest.Builder.notification(Notification notification)
The notification whose subscriber you want to update.
|
CreateNotificationRequest.Builder |
CreateNotificationRequest.Builder.notification(Notification notification)
The notification that you want to create.
|
NotificationWithSubscribers.Builder |
NotificationWithSubscribers.Builder.notification(Notification notification)
The notification that's associated with a budget.
|
DescribeSubscribersForNotificationRequest.Builder |
DescribeSubscribersForNotificationRequest.Builder.notification(Notification notification)
The notification whose subscribers you want to list.
|
CreateSubscriberRequest.Builder |
CreateSubscriberRequest.Builder.notification(Notification notification)
The notification that you want to create a subscriber for.
|
DeleteSubscriberRequest.Builder |
DeleteSubscriberRequest.Builder.notification(Notification notification)
The notification whose subscriber you want to delete.
|
DeleteNotificationRequest.Builder |
DeleteNotificationRequest.Builder.notification(Notification notification)
The notification that you want to delete.
|
BudgetNotificationsForAccount.Builder |
BudgetNotificationsForAccount.Builder.notifications(Notification... notifications)
Sets the value of the Notifications property for this object.
|
DescribeNotificationsForBudgetResponse.Builder |
DescribeNotificationsForBudgetResponse.Builder.notifications(Notification... notifications)
A list of notifications that are associated with a budget.
|
UpdateNotificationRequest.Builder |
UpdateNotificationRequest.Builder.oldNotification(Notification oldNotification)
The previous notification that is associated with a budget.
|
| Modifier and Type | Method and Description |
|---|---|
BudgetNotificationsForAccount.Builder |
BudgetNotificationsForAccount.Builder.notifications(Collection<Notification> notifications)
Sets the value of the Notifications property for this object.
|
DescribeNotificationsForBudgetResponse.Builder |
DescribeNotificationsForBudgetResponse.Builder.notifications(Collection<Notification> notifications)
A list of notifications that are associated with a budget.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Notification> |
DescribeNotificationsForBudgetIterable.notifications()
Returns an iterable to iterate through the paginated
DescribeNotificationsForBudgetResponse.notifications() member. |
SdkPublisher<Notification> |
DescribeNotificationsForBudgetPublisher.notifications()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.