| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestarnotifications.model |
| Modifier and Type | Method and Description |
|---|---|
static ListNotificationRulesResponse.Builder |
ListNotificationRulesResponse.builder() |
ListNotificationRulesResponse.Builder |
ListNotificationRulesResponse.Builder.nextToken(String nextToken)
An enumeration token that can be used in a request to return the next batch of the results.
|
ListNotificationRulesResponse.Builder |
ListNotificationRulesResponse.Builder.notificationRules(Collection<NotificationRuleSummary> notificationRules)
The list of notification rules for the Amazon Web Services account, by Amazon Resource Name (ARN) and ID.
|
ListNotificationRulesResponse.Builder |
ListNotificationRulesResponse.Builder.notificationRules(Consumer<NotificationRuleSummary.Builder>... notificationRules)
The list of notification rules for the Amazon Web Services account, by Amazon Resource Name (ARN) and ID.
|
ListNotificationRulesResponse.Builder |
ListNotificationRulesResponse.Builder.notificationRules(NotificationRuleSummary... notificationRules)
The list of notification rules for the Amazon Web Services account, by Amazon Resource Name (ARN) and ID.
|
ListNotificationRulesResponse.Builder |
ListNotificationRulesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListNotificationRulesResponse.Builder> |
ListNotificationRulesResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.