Uses of Interface
software.amazon.awscdk.services.ecr.LifecycleRule
Packages that use LifecycleRule
-
Uses of LifecycleRule in software.amazon.awscdk.services.ecr
Classes in software.amazon.awscdk.services.ecr that implement LifecycleRuleMethods in software.amazon.awscdk.services.ecr that return LifecycleRuleMethods in software.amazon.awscdk.services.ecr that return types with arguments of type LifecycleRuleModifier and TypeMethodDescriptiondefault List<LifecycleRule>
RepositoryProps.getLifecycleRules()
Life cycle rules to apply to this registry.final List<LifecycleRule>
RepositoryProps.Jsii$Proxy.getLifecycleRules()
Methods in software.amazon.awscdk.services.ecr with parameters of type LifecycleRuleModifier and TypeMethodDescriptionvoid
Repository.addLifecycleRule
(LifecycleRule rule) Add a life cycle rule to the repository.Method parameters in software.amazon.awscdk.services.ecr with type arguments of type LifecycleRuleModifier and TypeMethodDescriptionRepository.Builder.lifecycleRules
(List<? extends LifecycleRule> lifecycleRules) Life cycle rules to apply to this registry.RepositoryProps.Builder.lifecycleRules
(List<? extends LifecycleRule> lifecycleRules) Sets the value ofRepositoryProps.getLifecycleRules()