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