Uses of Class
software.amazon.awssdk.services.fsx.model.AutocommitPeriodType
-
Packages that use AutocommitPeriodType Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of AutocommitPeriodType in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return AutocommitPeriodType Modifier and Type Method Description static AutocommitPeriodTypeAutocommitPeriodType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AutocommitPeriodTypeAutocommitPeriod. type()Defines the type of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume.static AutocommitPeriodTypeAutocommitPeriodType. valueOf(String name)Returns the enum constant of this type with the specified name.static AutocommitPeriodType[]AutocommitPeriodType. 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 AutocommitPeriodType Modifier and Type Method Description static Set<AutocommitPeriodType>AutocommitPeriodType. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type AutocommitPeriodType Modifier and Type Method Description AutocommitPeriod.BuilderAutocommitPeriod.Builder. type(AutocommitPeriodType type)Defines the type of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume.
-