Uses of Enum
software.amazon.awscdk.services.efs.LifecyclePolicy
Packages that use LifecyclePolicy
Package
Description
Amazon Elastic File System Construct Library
- 
Uses of LifecyclePolicy in software.amazon.awscdk.services.efs
Methods in software.amazon.awscdk.services.efs that return LifecyclePolicyModifier and TypeMethodDescriptiondefault LifecyclePolicyFileSystemProps.getLifecyclePolicy()A policy used by EFS lifecycle management to transition files to the Infrequent Access (IA) storage class.final LifecyclePolicyFileSystemProps.Jsii$Proxy.getLifecyclePolicy()static LifecyclePolicyReturns the enum constant of this type with the specified name.static LifecyclePolicy[]LifecyclePolicy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.efs with parameters of type LifecyclePolicyModifier and TypeMethodDescriptionFileSystem.Builder.lifecyclePolicy(LifecyclePolicy lifecyclePolicy) A policy used by EFS lifecycle management to transition files to the Infrequent Access (IA) storage class.FileSystemProps.Builder.lifecyclePolicy(LifecyclePolicy lifecyclePolicy) Sets the value ofFileSystemProps.getLifecyclePolicy()