Uses of Class
software.amazon.awssdk.services.budgets.model.CreationLimitExceededException
-
Packages that use CreationLimitExceededException 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 CreationLimitExceededException in software.amazon.awssdk.services.budgets
Methods in software.amazon.awssdk.services.budgets that throw CreationLimitExceededException Modifier and Type Method Description default CreateBudgetResponseBudgetsClient. createBudget(Consumer<CreateBudgetRequest.Builder> createBudgetRequest)Creates a budget and, if included, notifications and subscribers.default CreateBudgetResponseBudgetsClient. createBudget(CreateBudgetRequest createBudgetRequest)Creates a budget and, if included, notifications and subscribers.default CreateBudgetActionResponseBudgetsClient. createBudgetAction(Consumer<CreateBudgetActionRequest.Builder> createBudgetActionRequest)Creates a budget action.default CreateBudgetActionResponseBudgetsClient. createBudgetAction(CreateBudgetActionRequest createBudgetActionRequest)Creates a budget action.default CreateNotificationResponseBudgetsClient. createNotification(Consumer<CreateNotificationRequest.Builder> createNotificationRequest)Creates a notification.default CreateNotificationResponseBudgetsClient. createNotification(CreateNotificationRequest createNotificationRequest)Creates a notification.default CreateSubscriberResponseBudgetsClient. createSubscriber(Consumer<CreateSubscriberRequest.Builder> createSubscriberRequest)Creates a subscriber.default CreateSubscriberResponseBudgetsClient. createSubscriber(CreateSubscriberRequest createSubscriberRequest)Creates a subscriber.
-