| Package | Description |
|---|---|
| software.amazon.awssdk.services.budgets.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeNotificationsForBudgetResponse.Builder |
DescribeNotificationsForBudgetResponse.builder() |
DescribeNotificationsForBudgetResponse.Builder |
DescribeNotificationsForBudgetResponse.Builder.nextToken(String nextToken)
The pagination token in the service response that indicates the next set of results that you can retrieve.
|
DescribeNotificationsForBudgetResponse.Builder |
DescribeNotificationsForBudgetResponse.Builder.notifications(Collection<Notification> notifications)
A list of notifications that are associated with a budget.
|
DescribeNotificationsForBudgetResponse.Builder |
DescribeNotificationsForBudgetResponse.Builder.notifications(Consumer<Notification.Builder>... notifications)
A list of notifications that are associated with a budget.
|
DescribeNotificationsForBudgetResponse.Builder |
DescribeNotificationsForBudgetResponse.Builder.notifications(Notification... notifications)
A list of notifications that are associated with a budget.
|
DescribeNotificationsForBudgetResponse.Builder |
DescribeNotificationsForBudgetResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeNotificationsForBudgetResponse.Builder> |
DescribeNotificationsForBudgetResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.