Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Modifier and Type | Method and Description |
---|---|
MaxAgeRule |
MaxAgeRule.clone() |
MaxAgeRule |
ApplicationVersionLifecycleConfig.getMaxAgeRule()
Specify a max age rule to restrict the length of time that application versions are retained for an application.
|
MaxAgeRule |
MaxAgeRule.withDeleteSourceFromS3(Boolean deleteSourceFromS3)
Set to
true to delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes the
application version. |
MaxAgeRule |
MaxAgeRule.withEnabled(Boolean enabled)
Specify
true to apply the rule, or false to disable it. |
MaxAgeRule |
MaxAgeRule.withMaxAgeInDays(Integer maxAgeInDays)
Specify the number of days to retain an application versions.
|
Modifier and Type | Method and Description |
---|---|
void |
ApplicationVersionLifecycleConfig.setMaxAgeRule(MaxAgeRule maxAgeRule)
Specify a max age rule to restrict the length of time that application versions are retained for an application.
|
ApplicationVersionLifecycleConfig |
ApplicationVersionLifecycleConfig.withMaxAgeRule(MaxAgeRule maxAgeRule)
Specify a max age rule to restrict the length of time that application versions are retained for an application.
|
Copyright © 2021. All rights reserved.