| 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 |
| Modifier and Type | Method and Description |
|---|---|
default DescribeSubscribersForNotificationResponse |
BudgetsClient.describeSubscribersForNotification(Consumer<DescribeSubscribersForNotificationRequest.Builder> describeSubscribersForNotificationRequest)
Lists the subscribers that are associated with a notification.
|
default DescribeSubscribersForNotificationResponse |
BudgetsClient.describeSubscribersForNotification(DescribeSubscribersForNotificationRequest describeSubscribersForNotificationRequest)
Lists the subscribers that are associated with a notification.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeSubscribersForNotificationResponse> |
DescribeSubscribersForNotificationIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSubscribersForNotificationPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeSubscribersForNotificationResponse> subscriber) |
Copyright © 2023. All rights reserved.