| 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<DeleteNotificationResult> |
AWSBudgetsAsyncClient.deleteNotificationAsync(DeleteNotificationRequest request,
AsyncHandler<DeleteNotificationRequest,DeleteNotificationResult> asyncHandler) |
Future<DeleteNotificationResult> |
AWSBudgetsAsync.deleteNotificationAsync(DeleteNotificationRequest deleteNotificationRequest,
AsyncHandler<DeleteNotificationRequest,DeleteNotificationResult> asyncHandler)
Deletes a notification.
|
Future<DeleteNotificationResult> |
AbstractAWSBudgetsAsync.deleteNotificationAsync(DeleteNotificationRequest request,
AsyncHandler<DeleteNotificationRequest,DeleteNotificationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteNotificationRequest |
DeleteNotificationRequest.clone() |
DeleteNotificationRequest |
DeleteNotificationRequest.withAccountId(String accountId)
The
accountId that is associated with the budget whose notification you want to delete. |
DeleteNotificationRequest |
DeleteNotificationRequest.withBudgetName(String budgetName)
The name of the budget whose notification you want to delete.
|
DeleteNotificationRequest |
DeleteNotificationRequest.withNotification(Notification notification)
The notification that you want to delete.
|
Copyright © 2018. All rights reserved.