| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListNotificationRulesResponse> |
CodestarNotificationsAsyncClient.listNotificationRules(Consumer<ListNotificationRulesRequest.Builder> listNotificationRulesRequest)
Returns a list of the notification rules for an AWS account.
|
default ListNotificationRulesResponse |
CodestarNotificationsClient.listNotificationRules(Consumer<ListNotificationRulesRequest.Builder> listNotificationRulesRequest)
Returns a list of the notification rules for an AWS account.
|
default ListNotificationRulesPublisher |
CodestarNotificationsAsyncClient.listNotificationRulesPaginator(Consumer<ListNotificationRulesRequest.Builder> listNotificationRulesRequest)
Returns a list of the notification rules for an AWS account.
|
default ListNotificationRulesIterable |
CodestarNotificationsClient.listNotificationRulesPaginator(Consumer<ListNotificationRulesRequest.Builder> listNotificationRulesRequest)
Returns a list of the notification rules for an AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListNotificationRulesRequest.Builder |
ListNotificationRulesRequest.builder() |
ListNotificationRulesRequest.Builder |
ListNotificationRulesRequest.Builder.filters(Collection<ListNotificationRulesFilter> filters)
The filters to use to return information by service or resource type.
|
ListNotificationRulesRequest.Builder |
ListNotificationRulesRequest.Builder.filters(Consumer<ListNotificationRulesFilter.Builder>... filters)
The filters to use to return information by service or resource type.
|
ListNotificationRulesRequest.Builder |
ListNotificationRulesRequest.Builder.filters(ListNotificationRulesFilter... filters)
The filters to use to return information by service or resource type.
|
ListNotificationRulesRequest.Builder |
ListNotificationRulesRequest.Builder.maxResults(Integer maxResults)
A non-negative integer used to limit the number of returned results.
|
ListNotificationRulesRequest.Builder |
ListNotificationRulesRequest.Builder.nextToken(String nextToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
|
ListNotificationRulesRequest.Builder |
ListNotificationRulesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListNotificationRulesRequest.Builder |
ListNotificationRulesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListNotificationRulesRequest.Builder |
ListNotificationRulesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListNotificationRulesRequest.Builder> |
ListNotificationRulesRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.