| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
LifecycleRule |
LifecycleRule.clone() |
LifecycleRule |
LifecycleRule.withAbortIncompleteMultipartUpload(AbortIncompleteMultipartUpload abortIncompleteMultipartUpload)
Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 waits before permanently
removing all parts of the upload.
|
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.
|
LifecycleRule |
LifecycleRule.withFilter(LifecycleRuleFilter filter)
The container for the filter of lifecycle rule.
|
LifecycleRule |
LifecycleRule.withID(String iD)
Unique identifier for the rule.
|
LifecycleRule |
LifecycleRule.withNoncurrentVersionExpiration(NoncurrentVersionExpiration noncurrentVersionExpiration)
The noncurrent version expiration of the lifecycle rule.
|
LifecycleRule |
LifecycleRule.withNoncurrentVersionTransitions(Collection<NoncurrentVersionTransition> noncurrentVersionTransitions)
Specifies the transition rule for the lifecycle rule that describes when noncurrent objects transition to a
specific storage class.
|
LifecycleRule |
LifecycleRule.withNoncurrentVersionTransitions(NoncurrentVersionTransition... noncurrentVersionTransitions)
Specifies the transition rule for the lifecycle rule that describes when noncurrent objects transition to a
specific storage class.
|
LifecycleRule |
LifecycleRule.withStatus(ExpirationStatus status)
If 'Enabled', the rule is currently being applied.
|
LifecycleRule |
LifecycleRule.withStatus(String status)
If 'Enabled', the rule is currently being applied.
|
LifecycleRule |
LifecycleRule.withTransitions(Collection<Transition> transitions)
Specifies when an Amazon S3 object transitions to a specified storage class.
|
LifecycleRule |
LifecycleRule.withTransitions(Transition... transitions)
Specifies when an Amazon S3 object transitions to a specified storage class.
|
| Modifier and Type | Method and Description |
|---|---|
List<LifecycleRule> |
GetBucketLifecycleConfigurationResult.getRules()
Container for the lifecycle rule of the Outposts bucket.
|
List<LifecycleRule> |
LifecycleConfiguration.getRules()
A lifecycle rule for individual objects in an Outposts bucket.
|
| Modifier and Type | Method and Description |
|---|---|
GetBucketLifecycleConfigurationResult |
GetBucketLifecycleConfigurationResult.withRules(LifecycleRule... rules)
Container for the lifecycle rule of the Outposts bucket.
|
LifecycleConfiguration |
LifecycleConfiguration.withRules(LifecycleRule... rules)
A lifecycle rule for individual objects in an Outposts bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetBucketLifecycleConfigurationResult.setRules(Collection<LifecycleRule> rules)
Container for the lifecycle rule of the Outposts bucket.
|
void |
LifecycleConfiguration.setRules(Collection<LifecycleRule> rules)
A lifecycle rule for individual objects in an Outposts bucket.
|
GetBucketLifecycleConfigurationResult |
GetBucketLifecycleConfigurationResult.withRules(Collection<LifecycleRule> rules)
Container for the lifecycle rule of the Outposts bucket.
|
LifecycleConfiguration |
LifecycleConfiguration.withRules(Collection<LifecycleRule> rules)
A lifecycle rule for individual objects in an Outposts bucket.
|
Copyright © 2024. All rights reserved.