Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.MaxAgeRule
-
Packages that use MaxAgeRule Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of MaxAgeRule in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return MaxAgeRule Modifier and Type Method Description MaxAgeRuleApplicationVersionLifecycleConfig. maxAgeRule()Specify a max age rule to restrict the length of time that application versions are retained for an application.Methods in software.amazon.awssdk.services.elasticbeanstalk.model with parameters of type MaxAgeRule Modifier and Type Method Description ApplicationVersionLifecycleConfig.BuilderApplicationVersionLifecycleConfig.Builder. maxAgeRule(MaxAgeRule maxAgeRule)Specify a max age rule to restrict the length of time that application versions are retained for an application.
-