| Package | Description |
|---|---|
| com.amazonaws.services.budgets |
All public APIs for AWS Budgets
|
| 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)
Create a new Notification with subscribers for a budget
|
Future<CreateNotificationResult> |
AbstractAWSBudgetsAsync.createNotificationAsync(CreateNotificationRequest request,
AsyncHandler<CreateNotificationRequest,CreateNotificationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateNotificationRequest |
CreateNotificationRequest.clone() |
CreateNotificationRequest |
CreateNotificationRequest.withAccountId(String accountId) |
CreateNotificationRequest |
CreateNotificationRequest.withBudgetName(String budgetName) |
CreateNotificationRequest |
CreateNotificationRequest.withNotification(Notification notification) |
CreateNotificationRequest |
CreateNotificationRequest.withSubscribers(Collection<Subscriber> subscribers) |
CreateNotificationRequest |
CreateNotificationRequest.withSubscribers(Subscriber... subscribers)
NOTE: This method appends the values to the existing list (if any).
|
Copyright © 2017. All rights reserved.