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