| 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<CreateNotificationResult> |
AWSBudgetsAsyncClient.createNotificationAsync(CreateNotificationRequest request,
AsyncHandler<CreateNotificationRequest,CreateNotificationResult> asyncHandler) |
Future<CreateNotificationResult> |
AWSBudgetsAsync.createNotificationAsync(CreateNotificationRequest createNotificationRequest,
AsyncHandler<CreateNotificationRequest,CreateNotificationResult> asyncHandler)
Creates a notification.
|
Future<CreateNotificationResult> |
AbstractAWSBudgetsAsync.createNotificationAsync(CreateNotificationRequest request,
AsyncHandler<CreateNotificationRequest,CreateNotificationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateNotificationRequest |
CreateNotificationRequest.clone() |
CreateNotificationRequest |
CreateNotificationRequest.withAccountId(String accountId)
The
accountId that is associated with the budget that you want to create a notification for. |
CreateNotificationRequest |
CreateNotificationRequest.withBudgetName(String budgetName)
The name of the budget that you want AWS to notified you about.
|
CreateNotificationRequest |
CreateNotificationRequest.withNotification(Notification notification)
The notification that you want to create.
|
CreateNotificationRequest |
CreateNotificationRequest.withSubscribers(Collection<Subscriber> subscribers)
A list of subscribers that you want to associate with the notification.
|
CreateNotificationRequest |
CreateNotificationRequest.withSubscribers(Subscriber... subscribers)
A list of subscribers that you want to associate with the notification.
|
Copyright © 2018. All rights reserved.