Uses of Class
software.amazon.awssdk.services.codestarnotifications.model.ListNotificationRulesFilterName
-
Packages that use ListNotificationRulesFilterName Package Description software.amazon.awssdk.services.codestarnotifications.model -
-
Uses of ListNotificationRulesFilterName in software.amazon.awssdk.services.codestarnotifications.model
Methods in software.amazon.awssdk.services.codestarnotifications.model that return ListNotificationRulesFilterName Modifier and Type Method Description static ListNotificationRulesFilterNameListNotificationRulesFilterName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ListNotificationRulesFilterNameListNotificationRulesFilter. name()The name of the attribute you want to use to filter the returned notification rules.static ListNotificationRulesFilterNameListNotificationRulesFilterName. valueOf(String name)Returns the enum constant of this type with the specified name.static ListNotificationRulesFilterName[]ListNotificationRulesFilterName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codestarnotifications.model that return types with arguments of type ListNotificationRulesFilterName Modifier and Type Method Description static Set<ListNotificationRulesFilterName>ListNotificationRulesFilterName. knownValues()Methods in software.amazon.awssdk.services.codestarnotifications.model with parameters of type ListNotificationRulesFilterName Modifier and Type Method Description ListNotificationRulesFilter.BuilderListNotificationRulesFilter.Builder. name(ListNotificationRulesFilterName name)The name of the attribute you want to use to filter the returned notification rules.
-