Uses of Class
software.amazon.awssdk.services.codestarnotifications.model.ListNotificationRulesFilter
-
Packages that use ListNotificationRulesFilter Package Description software.amazon.awssdk.services.codestarnotifications.model -
-
Uses of ListNotificationRulesFilter in software.amazon.awssdk.services.codestarnotifications.model
Methods in software.amazon.awssdk.services.codestarnotifications.model that return types with arguments of type ListNotificationRulesFilter Modifier and Type Method Description List<ListNotificationRulesFilter>ListNotificationRulesRequest. filters()The filters to use to return information by service or resource type.Methods in software.amazon.awssdk.services.codestarnotifications.model with parameters of type ListNotificationRulesFilter Modifier and Type Method Description ListNotificationRulesRequest.BuilderListNotificationRulesRequest.Builder. filters(ListNotificationRulesFilter... filters)The filters to use to return information by service or resource type.Method parameters in software.amazon.awssdk.services.codestarnotifications.model with type arguments of type ListNotificationRulesFilter Modifier and Type Method Description ListNotificationRulesRequest.BuilderListNotificationRulesRequest.Builder. filters(Collection<ListNotificationRulesFilter> filters)The filters to use to return information by service or resource type.
-