| Package | Description |
|---|---|
| software.amazon.awssdk.services.budgets.model | |
| software.amazon.awssdk.services.budgets.paginators |
| Modifier and Type | Method and Description |
|---|---|
Subscriber |
UpdateSubscriberRequest.newSubscriber()
The updated subscriber that is associated with a budget notification.
|
Subscriber |
UpdateSubscriberRequest.oldSubscriber()
The previous subscriber that is associated with a budget notification.
|
Subscriber |
CreateSubscriberRequest.subscriber()
The subscriber that you want to associate with a budget notification.
|
Subscriber |
DeleteSubscriberRequest.subscriber()
The subscriber that you want to delete.
|
| Modifier and Type | Method and Description |
|---|---|
List<Subscriber> |
UpdateBudgetActionRequest.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> |
NotificationWithSubscribers.subscribers()
A list of subscribers who are subscribed to this notification.
|
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> |
DescribeSubscribersForNotificationResponse.subscribers()
A list of subscribers that are associated with a notification.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSubscriberRequest.Builder |
UpdateSubscriberRequest.Builder.newSubscriber(Subscriber newSubscriber)
The updated subscriber that is associated with a budget notification.
|
UpdateSubscriberRequest.Builder |
UpdateSubscriberRequest.Builder.oldSubscriber(Subscriber oldSubscriber)
The previous subscriber that is associated with a budget notification.
|
CreateSubscriberRequest.Builder |
CreateSubscriberRequest.Builder.subscriber(Subscriber subscriber)
The subscriber that you want to associate with a budget notification.
|
DeleteSubscriberRequest.Builder |
DeleteSubscriberRequest.Builder.subscriber(Subscriber subscriber)
The subscriber that you want to delete.
|
UpdateBudgetActionRequest.Builder |
UpdateBudgetActionRequest.Builder.subscribers(Subscriber... subscribers)
Sets the value of the Subscribers property for this object.
|
CreateNotificationRequest.Builder |
CreateNotificationRequest.Builder.subscribers(Subscriber... subscribers)
A list of subscribers that you want to associate with the notification.
|
NotificationWithSubscribers.Builder |
NotificationWithSubscribers.Builder.subscribers(Subscriber... subscribers)
A list of subscribers who are subscribed to this notification.
|
Action.Builder |
Action.Builder.subscribers(Subscriber... subscribers)
Sets the value of the Subscribers property for this object.
|
CreateBudgetActionRequest.Builder |
CreateBudgetActionRequest.Builder.subscribers(Subscriber... subscribers)
Sets the value of the Subscribers property for this object.
|
DescribeSubscribersForNotificationResponse.Builder |
DescribeSubscribersForNotificationResponse.Builder.subscribers(Subscriber... subscribers)
A list of subscribers that are associated with a notification.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateBudgetActionRequest.Builder |
UpdateBudgetActionRequest.Builder.subscribers(Collection<Subscriber> subscribers)
Sets the value of the Subscribers property for this object.
|
CreateNotificationRequest.Builder |
CreateNotificationRequest.Builder.subscribers(Collection<Subscriber> subscribers)
A list of subscribers that you want to associate with the notification.
|
NotificationWithSubscribers.Builder |
NotificationWithSubscribers.Builder.subscribers(Collection<Subscriber> subscribers)
A list of subscribers who are subscribed to this notification.
|
Action.Builder |
Action.Builder.subscribers(Collection<Subscriber> subscribers)
Sets the value of the Subscribers property for this object.
|
CreateBudgetActionRequest.Builder |
CreateBudgetActionRequest.Builder.subscribers(Collection<Subscriber> subscribers)
Sets the value of the Subscribers property for this object.
|
DescribeSubscribersForNotificationResponse.Builder |
DescribeSubscribersForNotificationResponse.Builder.subscribers(Collection<Subscriber> subscribers)
A list of subscribers that are associated with a notification.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Subscriber> |
DescribeSubscribersForNotificationIterable.subscribers()
Returns an iterable to iterate through the paginated
DescribeSubscribersForNotificationResponse.subscribers() member. |
SdkPublisher<Subscriber> |
DescribeSubscribersForNotificationPublisher.subscribers()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.