Uses of Class
software.amazon.awssdk.services.fsx.model.RetentionPeriod
-
Packages that use RetentionPeriod Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of RetentionPeriod in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return RetentionPeriod Modifier and Type Method Description RetentionPeriodSnaplockRetentionPeriod. defaultRetention()The retention period assigned to a write once, read many (WORM) file by default if an explicit retention period is not set for an FSx for ONTAP SnapLock volume.RetentionPeriodSnaplockRetentionPeriod. maximumRetention()The longest retention period that can be assigned to a WORM file on an FSx for ONTAP SnapLock volume.RetentionPeriodSnaplockRetentionPeriod. minimumRetention()The shortest retention period that can be assigned to a WORM file on an FSx for ONTAP SnapLock volume.Methods in software.amazon.awssdk.services.fsx.model with parameters of type RetentionPeriod Modifier and Type Method Description SnaplockRetentionPeriod.BuilderSnaplockRetentionPeriod.Builder. defaultRetention(RetentionPeriod defaultRetention)The retention period assigned to a write once, read many (WORM) file by default if an explicit retention period is not set for an FSx for ONTAP SnapLock volume.SnaplockRetentionPeriod.BuilderSnaplockRetentionPeriod.Builder. maximumRetention(RetentionPeriod maximumRetention)The longest retention period that can be assigned to a WORM file on an FSx for ONTAP SnapLock volume.SnaplockRetentionPeriod.BuilderSnaplockRetentionPeriod.Builder. minimumRetention(RetentionPeriod minimumRetention)The shortest retention period that can be assigned to a WORM file on an FSx for ONTAP SnapLock volume.
-