Uses of Class
software.amazon.awssdk.services.budgets.model.DescribeSubscribersForNotificationResponse
-
Packages that use DescribeSubscribersForNotificationResponse 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.paginators -
-
Uses of DescribeSubscribersForNotificationResponse in software.amazon.awssdk.services.budgets
Methods in software.amazon.awssdk.services.budgets that return DescribeSubscribersForNotificationResponse Modifier and Type Method Description default DescribeSubscribersForNotificationResponseBudgetsClient. describeSubscribersForNotification(Consumer<DescribeSubscribersForNotificationRequest.Builder> describeSubscribersForNotificationRequest)Lists the subscribers that are associated with a notification.default DescribeSubscribersForNotificationResponseBudgetsClient. describeSubscribersForNotification(DescribeSubscribersForNotificationRequest describeSubscribersForNotificationRequest)Lists the subscribers that are associated with a notification.Methods in software.amazon.awssdk.services.budgets that return types with arguments of type DescribeSubscribersForNotificationResponse Modifier and Type Method Description default CompletableFuture<DescribeSubscribersForNotificationResponse>BudgetsAsyncClient. describeSubscribersForNotification(Consumer<DescribeSubscribersForNotificationRequest.Builder> describeSubscribersForNotificationRequest)Lists the subscribers that are associated with a notification.default CompletableFuture<DescribeSubscribersForNotificationResponse>BudgetsAsyncClient. describeSubscribersForNotification(DescribeSubscribersForNotificationRequest describeSubscribersForNotificationRequest)Lists the subscribers that are associated with a notification. -
Uses of DescribeSubscribersForNotificationResponse in software.amazon.awssdk.services.budgets.paginators
Methods in software.amazon.awssdk.services.budgets.paginators that return types with arguments of type DescribeSubscribersForNotificationResponse Modifier and Type Method Description Iterator<DescribeSubscribersForNotificationResponse>DescribeSubscribersForNotificationIterable. iterator()Method parameters in software.amazon.awssdk.services.budgets.paginators with type arguments of type DescribeSubscribersForNotificationResponse Modifier and Type Method Description voidDescribeSubscribersForNotificationPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeSubscribersForNotificationResponse> subscriber)
-