| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestarnotifications |
This AWS CodeStar Notifications API Reference provides descriptions and usage examples of the operations and data
types for the AWS CodeStar Notifications API.
|
| software.amazon.awssdk.services.codestarnotifications.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListNotificationRulesResponse |
CodestarNotificationsClient.listNotificationRules(Consumer<ListNotificationRulesRequest.Builder> listNotificationRulesRequest)
Returns a list of the notification rules for an Amazon Web Services account.
|
default ListNotificationRulesResponse |
CodestarNotificationsClient.listNotificationRules(ListNotificationRulesRequest listNotificationRulesRequest)
Returns a list of the notification rules for an Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListNotificationRulesResponse> |
CodestarNotificationsAsyncClient.listNotificationRules(Consumer<ListNotificationRulesRequest.Builder> listNotificationRulesRequest)
Returns a list of the notification rules for an Amazon Web Services account.
|
default CompletableFuture<ListNotificationRulesResponse> |
CodestarNotificationsAsyncClient.listNotificationRules(ListNotificationRulesRequest listNotificationRulesRequest)
Returns a list of the notification rules for an Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListNotificationRulesResponse> |
ListNotificationRulesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListNotificationRulesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListNotificationRulesResponse> subscriber) |
Copyright © 2023. All rights reserved.