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
true to delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes the
application version. |
MaxCountRule |
MaxCountRule.withEnabled(Boolean enabled)
Specify
true to apply the rule, or false to 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 © 2019. All rights reserved.