Uses of Interface
software.amazon.awscdk.services.s3.LifecycleRule
Packages that use LifecycleRule
Package
Description
Amazon S3 Construct Library
Amazon CloudWatch Synthetics Construct Library
-
Uses of LifecycleRule in software.amazon.awscdk.services.s3
Classes in software.amazon.awscdk.services.s3 that implement LifecycleRuleMethods in software.amazon.awscdk.services.s3 that return LifecycleRuleMethods in software.amazon.awscdk.services.s3 that return types with arguments of type LifecycleRuleModifier and TypeMethodDescriptiondefault List<LifecycleRule> BucketProps.getLifecycleRules()Rules that define how Amazon S3 manages objects during their lifetime.final List<LifecycleRule> BucketProps.Jsii$Proxy.getLifecycleRules()Methods in software.amazon.awscdk.services.s3 with parameters of type LifecycleRuleModifier and TypeMethodDescriptionvoidBucket.addLifecycleRule(LifecycleRule rule) Add a lifecycle rule to the bucket.Method parameters in software.amazon.awscdk.services.s3 with type arguments of type LifecycleRuleModifier and TypeMethodDescriptionBucket.Builder.lifecycleRules(List<? extends LifecycleRule> lifecycleRules) Rules that define how Amazon S3 manages objects during their lifetime.BucketProps.Builder.lifecycleRules(List<? extends LifecycleRule> lifecycleRules) Sets the value ofBucketProps.getLifecycleRules() -
Uses of LifecycleRule in software.amazon.awscdk.services.synthetics
Methods in software.amazon.awscdk.services.synthetics that return types with arguments of type LifecycleRuleModifier and TypeMethodDescriptiondefault List<LifecycleRule> CanaryProps.getArtifactsBucketLifecycleRules()Lifecycle rules for the generated canary artifact bucket.final List<LifecycleRule> CanaryProps.Jsii$Proxy.getArtifactsBucketLifecycleRules()Method parameters in software.amazon.awscdk.services.synthetics with type arguments of type LifecycleRuleModifier and TypeMethodDescriptionCanary.Builder.artifactsBucketLifecycleRules(List<? extends LifecycleRule> artifactsBucketLifecycleRules) Lifecycle rules for the generated canary artifact bucket.CanaryProps.Builder.artifactsBucketLifecycleRules(List<? extends LifecycleRule> artifactsBucketLifecycleRules) Sets the value ofCanaryProps.getArtifactsBucketLifecycleRules()