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