Uses of Class
software.amazon.awssdk.services.efs.model.TransitionToArchiveRules
-
Packages that use TransitionToArchiveRules Package Description software.amazon.awssdk.services.efs.model -
-
Uses of TransitionToArchiveRules in software.amazon.awssdk.services.efs.model
Methods in software.amazon.awssdk.services.efs.model that return TransitionToArchiveRules Modifier and Type Method Description static TransitionToArchiveRulesTransitionToArchiveRules. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TransitionToArchiveRulesLifecyclePolicy. transitionToArchive()The number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Archive storage.static TransitionToArchiveRulesTransitionToArchiveRules. valueOf(String name)Returns the enum constant of this type with the specified name.static TransitionToArchiveRules[]TransitionToArchiveRules. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.efs.model that return types with arguments of type TransitionToArchiveRules Modifier and Type Method Description static Set<TransitionToArchiveRules>TransitionToArchiveRules. knownValues()Methods in software.amazon.awssdk.services.efs.model with parameters of type TransitionToArchiveRules Modifier and Type Method Description LifecyclePolicy.BuilderLifecyclePolicy.Builder. transitionToArchive(TransitionToArchiveRules transitionToArchive)The number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Archive storage.
-