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