| Package | Description |
|---|---|
| com.amazonaws.services.budgets.model |
| Modifier and Type | Method and Description |
|---|---|
NotificationWithSubscribers |
NotificationWithSubscribers.clone() |
NotificationWithSubscribers |
NotificationWithSubscribers.withNotification(Notification notification)
The notification that is associated with a budget.
|
NotificationWithSubscribers |
NotificationWithSubscribers.withSubscribers(Collection<Subscriber> subscribers)
A list of subscribers who are subscribed to this notification.
|
NotificationWithSubscribers |
NotificationWithSubscribers.withSubscribers(Subscriber... subscribers)
A list of subscribers who are subscribed to this notification.
|
| Modifier and Type | Method and Description |
|---|---|
List<NotificationWithSubscribers> |
CreateBudgetRequest.getNotificationsWithSubscribers()
A notification that you want to associate with a budget.
|
| Modifier and Type | Method and Description |
|---|---|
CreateBudgetRequest |
CreateBudgetRequest.withNotificationsWithSubscribers(NotificationWithSubscribers... notificationsWithSubscribers)
A notification that you want to associate with a budget.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateBudgetRequest.setNotificationsWithSubscribers(Collection<NotificationWithSubscribers> notificationsWithSubscribers)
A notification that you want to associate with a budget.
|
CreateBudgetRequest |
CreateBudgetRequest.withNotificationsWithSubscribers(Collection<NotificationWithSubscribers> notificationsWithSubscribers)
A notification that you want to associate with a budget.
|
Copyright © 2021. All rights reserved.