| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.codestarnotifications.model |
| Modifier and Type | Method and Description |
|---|---|
ListNotificationRulesResult |
AWSCodeStarNotificationsClient.listNotificationRules(ListNotificationRulesRequest request)
Returns a list of the notification rules for an Amazon Web Services account.
|
ListNotificationRulesResult |
AbstractAWSCodeStarNotifications.listNotificationRules(ListNotificationRulesRequest request) |
ListNotificationRulesResult |
AWSCodeStarNotifications.listNotificationRules(ListNotificationRulesRequest listNotificationRulesRequest)
Returns a list of the notification rules for an Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListNotificationRulesResult> |
AWSCodeStarNotificationsAsyncClient.listNotificationRulesAsync(ListNotificationRulesRequest request,
AsyncHandler<ListNotificationRulesRequest,ListNotificationRulesResult> asyncHandler) |
Future<ListNotificationRulesResult> |
AbstractAWSCodeStarNotificationsAsync.listNotificationRulesAsync(ListNotificationRulesRequest request,
AsyncHandler<ListNotificationRulesRequest,ListNotificationRulesResult> asyncHandler) |
Future<ListNotificationRulesResult> |
AWSCodeStarNotificationsAsync.listNotificationRulesAsync(ListNotificationRulesRequest listNotificationRulesRequest,
AsyncHandler<ListNotificationRulesRequest,ListNotificationRulesResult> asyncHandler)
Returns a list of the notification rules for an Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
ListNotificationRulesResult |
ListNotificationRulesResult.clone() |
ListNotificationRulesResult |
ListNotificationRulesResult.withNextToken(String nextToken)
An enumeration token that can be used in a request to return the next batch of the results.
|
ListNotificationRulesResult |
ListNotificationRulesResult.withNotificationRules(Collection<NotificationRuleSummary> notificationRules)
The list of notification rules for the Amazon Web Services account, by Amazon Resource Name (ARN) and ID.
|
ListNotificationRulesResult |
ListNotificationRulesResult.withNotificationRules(NotificationRuleSummary... notificationRules)
The list of notification rules for the Amazon Web Services account, by Amazon Resource Name (ARN) and ID.
|
Copyright © 2023. All rights reserved.