| 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 |
|---|---|
Future<ListNotificationRulesResult> |
AWSCodeStarNotificationsAsyncClient.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.
|
Future<ListNotificationRulesResult> |
AbstractAWSCodeStarNotificationsAsync.listNotificationRulesAsync(ListNotificationRulesRequest request,
AsyncHandler<ListNotificationRulesRequest,ListNotificationRulesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListNotificationRulesRequest |
ListNotificationRulesRequest.clone() |
ListNotificationRulesRequest |
ListNotificationRulesRequest.withFilters(Collection<ListNotificationRulesFilter> filters)
The filters to use to return information by service or resource type.
|
ListNotificationRulesRequest |
ListNotificationRulesRequest.withFilters(ListNotificationRulesFilter... filters)
The filters to use to return information by service or resource type.
|
ListNotificationRulesRequest |
ListNotificationRulesRequest.withMaxResults(Integer maxResults)
A non-negative integer used to limit the number of returned results.
|
ListNotificationRulesRequest |
ListNotificationRulesRequest.withNextToken(String nextToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
|
Copyright © 2022. All rights reserved.