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