Uses of Interface
software.amazon.awssdk.services.codestarnotifications.model.ListNotificationRulesRequest.Builder
-
Packages that use ListNotificationRulesRequest.Builder 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 -
-
Uses of ListNotificationRulesRequest.Builder in software.amazon.awssdk.services.codestarnotifications
Method parameters in software.amazon.awssdk.services.codestarnotifications with type arguments of type ListNotificationRulesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListNotificationRulesResponse>CodestarNotificationsAsyncClient. listNotificationRules(Consumer<ListNotificationRulesRequest.Builder> listNotificationRulesRequest)Returns a list of the notification rules for an Amazon Web Services account.default ListNotificationRulesResponseCodestarNotificationsClient. listNotificationRules(Consumer<ListNotificationRulesRequest.Builder> listNotificationRulesRequest)Returns a list of the notification rules for an Amazon Web Services account.default ListNotificationRulesPublisherCodestarNotificationsAsyncClient. listNotificationRulesPaginator(Consumer<ListNotificationRulesRequest.Builder> listNotificationRulesRequest)Returns a list of the notification rules for an Amazon Web Services account.default ListNotificationRulesIterableCodestarNotificationsClient. listNotificationRulesPaginator(Consumer<ListNotificationRulesRequest.Builder> listNotificationRulesRequest)Returns a list of the notification rules for an Amazon Web Services account. -
Uses of ListNotificationRulesRequest.Builder in software.amazon.awssdk.services.codestarnotifications.model
Methods in software.amazon.awssdk.services.codestarnotifications.model that return ListNotificationRulesRequest.Builder Modifier and Type Method Description static ListNotificationRulesRequest.BuilderListNotificationRulesRequest. builder()ListNotificationRulesRequest.BuilderListNotificationRulesRequest.Builder. filters(Collection<ListNotificationRulesFilter> filters)The filters to use to return information by service or resource type.ListNotificationRulesRequest.BuilderListNotificationRulesRequest.Builder. filters(Consumer<ListNotificationRulesFilter.Builder>... filters)The filters to use to return information by service or resource type.ListNotificationRulesRequest.BuilderListNotificationRulesRequest.Builder. filters(ListNotificationRulesFilter... filters)The filters to use to return information by service or resource type.ListNotificationRulesRequest.BuilderListNotificationRulesRequest.Builder. maxResults(Integer maxResults)A non-negative integer used to limit the number of returned results.ListNotificationRulesRequest.BuilderListNotificationRulesRequest.Builder. nextToken(String nextToken)An enumeration token that, when provided in a request, returns the next batch of the results.ListNotificationRulesRequest.BuilderListNotificationRulesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListNotificationRulesRequest.BuilderListNotificationRulesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListNotificationRulesRequest.BuilderListNotificationRulesRequest. toBuilder()Methods in software.amazon.awssdk.services.codestarnotifications.model that return types with arguments of type ListNotificationRulesRequest.Builder Modifier and Type Method Description static Class<? extends ListNotificationRulesRequest.Builder>ListNotificationRulesRequest. serializableBuilderClass()
-