Uses of Class
software.amazon.awssdk.services.budgets.model.Subscriber
-
Packages that use Subscriber Package Description software.amazon.awssdk.services.budgets.model software.amazon.awssdk.services.budgets.paginators -
-
Uses of Subscriber in software.amazon.awssdk.services.budgets.model
Methods in software.amazon.awssdk.services.budgets.model that return Subscriber Modifier and Type Method Description SubscriberUpdateSubscriberRequest. newSubscriber()The updated subscriber that is associated with a budget notification.SubscriberUpdateSubscriberRequest. oldSubscriber()The previous subscriber that is associated with a budget notification.SubscriberCreateSubscriberRequest. subscriber()The subscriber that you want to associate with a budget notification.SubscriberDeleteSubscriberRequest. subscriber()The subscriber that you want to delete.Methods in software.amazon.awssdk.services.budgets.model that return types with arguments of type Subscriber Modifier and Type Method Description List<Subscriber>Action. subscribers()Returns the value of the Subscribers property for this object.List<Subscriber>CreateBudgetActionRequest. subscribers()Returns the value of the Subscribers property for this object.List<Subscriber>CreateNotificationRequest. subscribers()A list of subscribers that you want to associate with the notification.List<Subscriber>DescribeSubscribersForNotificationResponse. subscribers()A list of subscribers that are associated with a notification.List<Subscriber>NotificationWithSubscribers. subscribers()A list of subscribers who are subscribed to this notification.List<Subscriber>UpdateBudgetActionRequest. subscribers()Returns the value of the Subscribers property for this object.Methods in software.amazon.awssdk.services.budgets.model with parameters of type Subscriber Modifier and Type Method Description UpdateSubscriberRequest.BuilderUpdateSubscriberRequest.Builder. newSubscriber(Subscriber newSubscriber)The updated subscriber that is associated with a budget notification.UpdateSubscriberRequest.BuilderUpdateSubscriberRequest.Builder. oldSubscriber(Subscriber oldSubscriber)The previous subscriber that is associated with a budget notification.CreateSubscriberRequest.BuilderCreateSubscriberRequest.Builder. subscriber(Subscriber subscriber)The subscriber that you want to associate with a budget notification.DeleteSubscriberRequest.BuilderDeleteSubscriberRequest.Builder. subscriber(Subscriber subscriber)The subscriber that you want to delete.Action.BuilderAction.Builder. subscribers(Subscriber... subscribers)Sets the value of the Subscribers property for this object.CreateBudgetActionRequest.BuilderCreateBudgetActionRequest.Builder. subscribers(Subscriber... subscribers)Sets the value of the Subscribers property for this object.CreateNotificationRequest.BuilderCreateNotificationRequest.Builder. subscribers(Subscriber... subscribers)A list of subscribers that you want to associate with the notification.DescribeSubscribersForNotificationResponse.BuilderDescribeSubscribersForNotificationResponse.Builder. subscribers(Subscriber... subscribers)A list of subscribers that are associated with a notification.NotificationWithSubscribers.BuilderNotificationWithSubscribers.Builder. subscribers(Subscriber... subscribers)A list of subscribers who are subscribed to this notification.UpdateBudgetActionRequest.BuilderUpdateBudgetActionRequest.Builder. subscribers(Subscriber... subscribers)Sets the value of the Subscribers property for this object.Method parameters in software.amazon.awssdk.services.budgets.model with type arguments of type Subscriber Modifier and Type Method Description Action.BuilderAction.Builder. subscribers(Collection<Subscriber> subscribers)Sets the value of the Subscribers property for this object.CreateBudgetActionRequest.BuilderCreateBudgetActionRequest.Builder. subscribers(Collection<Subscriber> subscribers)Sets the value of the Subscribers property for this object.CreateNotificationRequest.BuilderCreateNotificationRequest.Builder. subscribers(Collection<Subscriber> subscribers)A list of subscribers that you want to associate with the notification.DescribeSubscribersForNotificationResponse.BuilderDescribeSubscribersForNotificationResponse.Builder. subscribers(Collection<Subscriber> subscribers)A list of subscribers that are associated with a notification.NotificationWithSubscribers.BuilderNotificationWithSubscribers.Builder. subscribers(Collection<Subscriber> subscribers)A list of subscribers who are subscribed to this notification.UpdateBudgetActionRequest.BuilderUpdateBudgetActionRequest.Builder. subscribers(Collection<Subscriber> subscribers)Sets the value of the Subscribers property for this object. -
Uses of Subscriber in software.amazon.awssdk.services.budgets.paginators
Methods in software.amazon.awssdk.services.budgets.paginators that return types with arguments of type Subscriber Modifier and Type Method Description SdkIterable<Subscriber>DescribeSubscribersForNotificationIterable. subscribers()Returns an iterable to iterate through the paginatedDescribeSubscribersForNotificationResponse.subscribers()member.SdkPublisher<Subscriber>DescribeSubscribersForNotificationPublisher. subscribers()Returns a publisher that can be used to get a stream of data.
-