Uses of Class
software.amazon.awssdk.services.fsx.model.SnaplockType
-
Packages that use SnaplockType Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of SnaplockType in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return SnaplockType Modifier and Type Method Description static SnaplockTypeSnaplockType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SnaplockTypeCreateSnaplockConfiguration. snaplockType()Specifies the retention mode of an FSx for ONTAP SnapLock volume.SnaplockTypeSnaplockConfiguration. snaplockType()Specifies the retention mode of an FSx for ONTAP SnapLock volume.static SnaplockTypeSnaplockType. valueOf(String name)Returns the enum constant of this type with the specified name.static SnaplockType[]SnaplockType. 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 SnaplockType Modifier and Type Method Description static Set<SnaplockType>SnaplockType. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type SnaplockType Modifier and Type Method Description CreateSnaplockConfiguration.BuilderCreateSnaplockConfiguration.Builder. snaplockType(SnaplockType snaplockType)Specifies the retention mode of an FSx for ONTAP SnapLock volume.SnaplockConfiguration.BuilderSnaplockConfiguration.Builder. snaplockType(SnaplockType snaplockType)Specifies the retention mode of an FSx for ONTAP SnapLock volume.
-