Uses of Class
software.amazon.awssdk.services.s3.model.LifecycleExpiration
Packages that use LifecycleExpiration
-
Uses of LifecycleExpiration in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return LifecycleExpirationModifier and TypeMethodDescriptionfinal LifecycleExpirationLifecycleRule.expiration()Specifies the expiration for the lifecycle of the object in the form of date, days and, whether the object has a delete marker.Methods in software.amazon.awssdk.services.s3.model with parameters of type LifecycleExpirationModifier and TypeMethodDescriptionLifecycleRule.Builder.expiration(LifecycleExpiration expiration) Specifies the expiration for the lifecycle of the object in the form of date, days and, whether the object has a delete marker.