Uses of Class
software.amazon.awssdk.services.budgets.model.CreateNotificationResponse
-
Packages that use CreateNotificationResponse Package Description software.amazon.awssdk.services.budgets Use the Amazon Web Services Budgets API to plan your service usage, service costs, and instance reservations. -
-
Uses of CreateNotificationResponse in software.amazon.awssdk.services.budgets
Methods in software.amazon.awssdk.services.budgets that return CreateNotificationResponse Modifier and Type Method Description default CreateNotificationResponseBudgetsClient. createNotification(Consumer<CreateNotificationRequest.Builder> createNotificationRequest)Creates a notification.default CreateNotificationResponseBudgetsClient. createNotification(CreateNotificationRequest createNotificationRequest)Creates a notification.Methods in software.amazon.awssdk.services.budgets that return types with arguments of type CreateNotificationResponse Modifier and Type Method Description default CompletableFuture<CreateNotificationResponse>BudgetsAsyncClient. createNotification(Consumer<CreateNotificationRequest.Builder> createNotificationRequest)Creates a notification.default CompletableFuture<CreateNotificationResponse>BudgetsAsyncClient. createNotification(CreateNotificationRequest createNotificationRequest)Creates a notification.
-