| Package | Description | 
|---|---|
| com.amazonaws.services.elasticbeanstalk.model | 
| Modifier and Type | Method and Description | 
|---|---|
| MaxCountRule | MaxCountRule. clone() | 
| MaxCountRule | ApplicationVersionLifecycleConfig. getMaxCountRule()
 Specify a max count rule to restrict the number of application versions that are retained for an application. | 
| MaxCountRule | MaxCountRule. withDeleteSourceFromS3(Boolean deleteSourceFromS3)
 Set to  trueto delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes the
 application version. | 
| MaxCountRule | MaxCountRule. withEnabled(Boolean enabled)
 Specify  trueto apply the rule, orfalseto disable it. | 
| MaxCountRule | MaxCountRule. withMaxCount(Integer maxCount)
 Specify the maximum number of application versions to retain. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ApplicationVersionLifecycleConfig. setMaxCountRule(MaxCountRule maxCountRule)
 Specify a max count rule to restrict the number of application versions that are retained for an application. | 
| ApplicationVersionLifecycleConfig | ApplicationVersionLifecycleConfig. withMaxCountRule(MaxCountRule maxCountRule)
 Specify a max count rule to restrict the number of application versions that are retained for an application. | 
Copyright © 2021. All rights reserved.