| 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<CreateNotificationResult> |
AbstractAWSBudgetsAsync.createNotificationAsync(CreateNotificationRequest request,
AsyncHandler<CreateNotificationRequest,CreateNotificationResult> asyncHandler) |
Future<CreateNotificationResult> |
AWSBudgetsAsyncClient.createNotificationAsync(CreateNotificationRequest request,
AsyncHandler<CreateNotificationRequest,CreateNotificationResult> asyncHandler) |
Future<CreateNotificationResult> |
AWSBudgetsAsync.createNotificationAsync(CreateNotificationRequest createNotificationRequest,
AsyncHandler<CreateNotificationRequest,CreateNotificationResult> asyncHandler)
Creates a notification.
|
| 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 Amazon Web Services to notify 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 © 2024. All rights reserved.