Uses of Class
software.amazon.awssdk.services.resourcegroups.model.ListGroupingStatusesFilterName
-
Packages that use ListGroupingStatusesFilterName Package Description software.amazon.awssdk.services.resourcegroups.model -
-
Uses of ListGroupingStatusesFilterName in software.amazon.awssdk.services.resourcegroups.model
Methods in software.amazon.awssdk.services.resourcegroups.model that return ListGroupingStatusesFilterName Modifier and Type Method Description static ListGroupingStatusesFilterNameListGroupingStatusesFilterName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ListGroupingStatusesFilterNameListGroupingStatusesFilter. name()The name of the filter.static ListGroupingStatusesFilterNameListGroupingStatusesFilterName. valueOf(String name)Returns the enum constant of this type with the specified name.static ListGroupingStatusesFilterName[]ListGroupingStatusesFilterName. 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 ListGroupingStatusesFilterName Modifier and Type Method Description static Set<ListGroupingStatusesFilterName>ListGroupingStatusesFilterName. knownValues()Methods in software.amazon.awssdk.services.resourcegroups.model with parameters of type ListGroupingStatusesFilterName Modifier and Type Method Description ListGroupingStatusesFilter.BuilderListGroupingStatusesFilter.Builder. name(ListGroupingStatusesFilterName name)The name of the filter.
-