Uses of Class
software.amazon.awssdk.services.budgets.model.Notification
-
Packages that use Notification Package Description software.amazon.awssdk.services.budgets.model software.amazon.awssdk.services.budgets.paginators -
-
Uses of Notification in software.amazon.awssdk.services.budgets.model
Methods in software.amazon.awssdk.services.budgets.model that return Notification Modifier and Type Method Description NotificationUpdateNotificationRequest. newNotification()The updated notification to be associated with a budget.NotificationCreateNotificationRequest. notification()The notification that you want to create.NotificationCreateSubscriberRequest. notification()The notification that you want to create a subscriber for.NotificationDeleteNotificationRequest. notification()The notification that you want to delete.NotificationDeleteSubscriberRequest. notification()The notification whose subscriber you want to delete.NotificationDescribeSubscribersForNotificationRequest. notification()The notification whose subscribers you want to list.NotificationNotificationWithSubscribers. notification()The notification that's associated with a budget.NotificationUpdateSubscriberRequest. notification()The notification whose subscriber you want to update.NotificationUpdateNotificationRequest. oldNotification()The previous notification that is associated with a budget.Methods in software.amazon.awssdk.services.budgets.model that return types with arguments of type Notification Modifier and Type Method 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.Methods in software.amazon.awssdk.services.budgets.model with parameters of type Notification Modifier and Type Method Description UpdateNotificationRequest.BuilderUpdateNotificationRequest.Builder. newNotification(Notification newNotification)The updated notification to be associated with a budget.CreateNotificationRequest.BuilderCreateNotificationRequest.Builder. notification(Notification notification)The notification that you want to create.CreateSubscriberRequest.BuilderCreateSubscriberRequest.Builder. notification(Notification notification)The notification that you want to create a subscriber for.DeleteNotificationRequest.BuilderDeleteNotificationRequest.Builder. notification(Notification notification)The notification that you want to delete.DeleteSubscriberRequest.BuilderDeleteSubscriberRequest.Builder. notification(Notification notification)The notification whose subscriber you want to delete.DescribeSubscribersForNotificationRequest.BuilderDescribeSubscribersForNotificationRequest.Builder. notification(Notification notification)The notification whose subscribers you want to list.NotificationWithSubscribers.BuilderNotificationWithSubscribers.Builder. notification(Notification notification)The notification that's associated with a budget.UpdateSubscriberRequest.BuilderUpdateSubscriberRequest.Builder. notification(Notification notification)The notification whose subscriber you want to update.BudgetNotificationsForAccount.BuilderBudgetNotificationsForAccount.Builder. notifications(Notification... notifications)Sets the value of the Notifications property for this object.DescribeNotificationsForBudgetResponse.BuilderDescribeNotificationsForBudgetResponse.Builder. notifications(Notification... notifications)A list of notifications that are associated with a budget.UpdateNotificationRequest.BuilderUpdateNotificationRequest.Builder. oldNotification(Notification oldNotification)The previous notification that is associated with a budget.Method parameters in software.amazon.awssdk.services.budgets.model with type arguments of type Notification Modifier and Type Method Description BudgetNotificationsForAccount.BuilderBudgetNotificationsForAccount.Builder. notifications(Collection<Notification> notifications)Sets the value of the Notifications property for this object.DescribeNotificationsForBudgetResponse.BuilderDescribeNotificationsForBudgetResponse.Builder. notifications(Collection<Notification> notifications)A list of notifications that are associated with a budget. -
Uses of Notification in software.amazon.awssdk.services.budgets.paginators
Methods in software.amazon.awssdk.services.budgets.paginators that return types with arguments of type Notification Modifier and Type Method Description SdkIterable<Notification>DescribeNotificationsForBudgetIterable. notifications()Returns an iterable to iterate through the paginatedDescribeNotificationsForBudgetResponse.notifications()member.SdkPublisher<Notification>DescribeNotificationsForBudgetPublisher. notifications()Returns a publisher that can be used to get a stream of data.
-