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