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