| Package | Description |
|---|---|
| com.amazonaws.services.budgets |
Budgets enable you to plan your service usage, service costs, and your RI utilization.
|
| com.amazonaws.services.budgets.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeNotificationsForBudgetResult |
AWSBudgets.describeNotificationsForBudget(DescribeNotificationsForBudgetRequest describeNotificationsForBudgetRequest)
Lists the notifications associated with a budget.
|
DescribeNotificationsForBudgetResult |
AWSBudgetsClient.describeNotificationsForBudget(DescribeNotificationsForBudgetRequest request)
Lists the notifications associated with a budget.
|
DescribeNotificationsForBudgetResult |
AbstractAWSBudgets.describeNotificationsForBudget(DescribeNotificationsForBudgetRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeNotificationsForBudgetResult> |
AWSBudgetsAsyncClient.describeNotificationsForBudgetAsync(DescribeNotificationsForBudgetRequest request,
AsyncHandler<DescribeNotificationsForBudgetRequest,DescribeNotificationsForBudgetResult> asyncHandler) |
Future<DescribeNotificationsForBudgetResult> |
AWSBudgetsAsync.describeNotificationsForBudgetAsync(DescribeNotificationsForBudgetRequest describeNotificationsForBudgetRequest,
AsyncHandler<DescribeNotificationsForBudgetRequest,DescribeNotificationsForBudgetResult> asyncHandler)
Lists the notifications associated with a budget.
|
Future<DescribeNotificationsForBudgetResult> |
AbstractAWSBudgetsAsync.describeNotificationsForBudgetAsync(DescribeNotificationsForBudgetRequest request,
AsyncHandler<DescribeNotificationsForBudgetRequest,DescribeNotificationsForBudgetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeNotificationsForBudgetResult |
DescribeNotificationsForBudgetResult.clone() |
DescribeNotificationsForBudgetResult |
DescribeNotificationsForBudgetResult.withNextToken(String nextToken)
The pagination token that indicates the next set of results that you can retrieve.
|
DescribeNotificationsForBudgetResult |
DescribeNotificationsForBudgetResult.withNotifications(Collection<Notification> notifications)
A list of notifications associated with a budget.
|
DescribeNotificationsForBudgetResult |
DescribeNotificationsForBudgetResult.withNotifications(Notification... notifications)
A list of notifications associated with a budget.
|
Copyright © 2018. All rights reserved.