Uses of Class
software.amazon.awssdk.services.s3control.model.LifecycleRule
-
Packages that use LifecycleRule Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of LifecycleRule in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type LifecycleRule Modifier and Type Method Description List<LifecycleRule>GetBucketLifecycleConfigurationResponse. rules()Container for the lifecycle rule of the Outposts bucket.List<LifecycleRule>LifecycleConfiguration. rules()A lifecycle rule for individual objects in an Outposts bucket.Methods in software.amazon.awssdk.services.s3control.model with parameters of type LifecycleRule Modifier and Type Method Description GetBucketLifecycleConfigurationResponse.BuilderGetBucketLifecycleConfigurationResponse.Builder. rules(LifecycleRule... rules)Container for the lifecycle rule of the Outposts bucket.LifecycleConfiguration.BuilderLifecycleConfiguration.Builder. rules(LifecycleRule... rules)A lifecycle rule for individual objects in an Outposts bucket.Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type LifecycleRule Modifier and Type Method Description GetBucketLifecycleConfigurationResponse.BuilderGetBucketLifecycleConfigurationResponse.Builder. rules(Collection<LifecycleRule> rules)Container for the lifecycle rule of the Outposts bucket.LifecycleConfiguration.BuilderLifecycleConfiguration.Builder. rules(Collection<LifecycleRule> rules)A lifecycle rule for individual objects in an Outposts bucket.
-