| 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 |
|---|---|
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 |
|---|---|
DescribeNotificationsForBudgetRequest |
DescribeNotificationsForBudgetRequest.clone() |
DescribeNotificationsForBudgetRequest |
DescribeNotificationsForBudgetRequest.withAccountId(String accountId)
The
accountId that is associated with the budget whose notifications you want descriptions of. |
DescribeNotificationsForBudgetRequest |
DescribeNotificationsForBudgetRequest.withBudgetName(String budgetName)
The name of the budget whose notifications you want descriptions of.
|
DescribeNotificationsForBudgetRequest |
DescribeNotificationsForBudgetRequest.withMaxResults(Integer maxResults)
Optional integer.
|
DescribeNotificationsForBudgetRequest |
DescribeNotificationsForBudgetRequest.withNextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
|
Copyright © 2018. All rights reserved.