Uses of Class
software.amazon.awssdk.services.efs.model.TransitionToIARules
-
Packages that use TransitionToIARules Package Description software.amazon.awssdk.services.efs.model -
-
Uses of TransitionToIARules in software.amazon.awssdk.services.efs.model
Methods in software.amazon.awssdk.services.efs.model that return TransitionToIARules Modifier and Type Method Description static TransitionToIARulesTransitionToIARules. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TransitionToIARulesLifecyclePolicy. transitionToIA()The number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Infrequent Access (IA) storage.static TransitionToIARulesTransitionToIARules. valueOf(String name)Returns the enum constant of this type with the specified name.static TransitionToIARules[]TransitionToIARules. 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 TransitionToIARules Modifier and Type Method Description static Set<TransitionToIARules>TransitionToIARules. knownValues()Methods in software.amazon.awssdk.services.efs.model with parameters of type TransitionToIARules Modifier and Type Method Description LifecyclePolicy.BuilderLifecyclePolicy.Builder. transitionToIA(TransitionToIARules transitionToIA)The number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Infrequent Access (IA) storage.
-