Uses of Class
software.amazon.awssdk.services.budgets.model.DeleteNotificationRequest
-
Packages that use DeleteNotificationRequest 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 DeleteNotificationRequest in software.amazon.awssdk.services.budgets
Methods in software.amazon.awssdk.services.budgets with parameters of type DeleteNotificationRequest Modifier and Type Method Description default CompletableFuture<DeleteNotificationResponse>BudgetsAsyncClient. deleteNotification(DeleteNotificationRequest deleteNotificationRequest)Deletes a notification.default DeleteNotificationResponseBudgetsClient. deleteNotification(DeleteNotificationRequest deleteNotificationRequest)Deletes a notification. -
Uses of DeleteNotificationRequest in software.amazon.awssdk.services.budgets.transform
Methods in software.amazon.awssdk.services.budgets.transform with parameters of type DeleteNotificationRequest Modifier and Type Method Description SdkHttpFullRequestDeleteNotificationRequestMarshaller. marshall(DeleteNotificationRequest deleteNotificationRequest)
-