| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
LifecycleExpiration |
LifecycleExpiration.clone() |
LifecycleExpiration |
LifecycleRule.getExpiration()
Specifies the expiration for the lifecycle of the object in the form of date, days and, whether the object has a
delete marker.
|
LifecycleExpiration |
LifecycleExpiration.withDate(Date date)
Indicates at what date the object is to be deleted.
|
LifecycleExpiration |
LifecycleExpiration.withDays(Integer days)
Indicates the lifetime, in days, of the objects that are subject to the rule.
|
LifecycleExpiration |
LifecycleExpiration.withExpiredObjectDeleteMarker(Boolean expiredObjectDeleteMarker)
Indicates whether Amazon S3 will remove a delete marker with no noncurrent versions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LifecycleRule.setExpiration(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.
|
LifecycleRule |
LifecycleRule.withExpiration(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.
|
Copyright © 2024. All rights reserved.