| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
NoncurrentVersionTransition |
NoncurrentVersionTransition.clone() |
NoncurrentVersionTransition |
NoncurrentVersionTransition.withNoncurrentDays(Integer noncurrentDays)
Specifies the number of days an object is noncurrent before Amazon S3 can perform the associated action.
|
NoncurrentVersionTransition |
NoncurrentVersionTransition.withStorageClass(String storageClass)
The class of storage used to store the object.
|
NoncurrentVersionTransition |
NoncurrentVersionTransition.withStorageClass(TransitionStorageClass storageClass)
The class of storage used to store the object.
|
| Modifier and Type | Method and Description |
|---|---|
List<NoncurrentVersionTransition> |
LifecycleRule.getNoncurrentVersionTransitions()
Specifies the transition rule for the lifecycle rule that describes when noncurrent objects transition to a
specific storage class.
|
| Modifier and Type | Method and Description |
|---|---|
LifecycleRule |
LifecycleRule.withNoncurrentVersionTransitions(NoncurrentVersionTransition... noncurrentVersionTransitions)
Specifies the transition rule for the lifecycle rule that describes when noncurrent objects transition to a
specific storage class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LifecycleRule.setNoncurrentVersionTransitions(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(Collection<NoncurrentVersionTransition> noncurrentVersionTransitions)
Specifies the transition rule for the lifecycle rule that describes when noncurrent objects transition to a
specific storage class.
|
Copyright © 2023. All rights reserved.