| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
Transition |
Transition.clone() |
Transition |
Transition.withDate(Date date)
Indicates when objects are transitioned to the specified storage class.
|
Transition |
Transition.withDays(Integer days)
Indicates the number of days after creation when objects are transitioned to the specified storage class.
|
Transition |
Transition.withStorageClass(String storageClass)
The storage class to which you want the object to transition.
|
Transition |
Transition.withStorageClass(TransitionStorageClass storageClass)
The storage class to which you want the object to transition.
|
| Modifier and Type | Method and Description |
|---|---|
List<Transition> |
LifecycleRule.getTransitions()
Specifies when an Amazon S3 object transitions to a specified storage class.
|
| Modifier and Type | Method and Description |
|---|---|
LifecycleRule |
LifecycleRule.withTransitions(Transition... transitions)
Specifies when an Amazon S3 object transitions to a specified storage class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LifecycleRule.setTransitions(Collection<Transition> transitions)
Specifies when an Amazon S3 object transitions to a specified storage class.
|
LifecycleRule |
LifecycleRule.withTransitions(Collection<Transition> transitions)
Specifies when an Amazon S3 object transitions to a specified storage class.
|
Copyright © 2021. All rights reserved.