| Package | Description |
|---|---|
| com.amazonaws.services.budgets |
Use the Amazon Web Services Budgets API to plan your service usage, service costs, and instance reservations.
|
| com.amazonaws.services.budgets.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateNotificationResult> |
AWSBudgetsAsyncClient.updateNotificationAsync(UpdateNotificationRequest request,
AsyncHandler<UpdateNotificationRequest,UpdateNotificationResult> asyncHandler) |
Future<UpdateNotificationResult> |
AbstractAWSBudgetsAsync.updateNotificationAsync(UpdateNotificationRequest request,
AsyncHandler<UpdateNotificationRequest,UpdateNotificationResult> asyncHandler) |
Future<UpdateNotificationResult> |
AWSBudgetsAsync.updateNotificationAsync(UpdateNotificationRequest updateNotificationRequest,
AsyncHandler<UpdateNotificationRequest,UpdateNotificationResult> asyncHandler)
Updates a notification.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateNotificationRequest |
UpdateNotificationRequest.clone() |
UpdateNotificationRequest |
UpdateNotificationRequest.withAccountId(String accountId)
The
accountId that is associated with the budget whose notification you want to update. |
UpdateNotificationRequest |
UpdateNotificationRequest.withBudgetName(String budgetName)
The name of the budget whose notification you want to update.
|
UpdateNotificationRequest |
UpdateNotificationRequest.withNewNotification(Notification newNotification)
The updated notification to be associated with a budget.
|
UpdateNotificationRequest |
UpdateNotificationRequest.withOldNotification(Notification oldNotification)
The previous notification that is associated with a budget.
|
Copyright © 2024. All rights reserved.