public interface ObjectTransitionResult
Headers#TRANSITION
Modifier and Type | Method and Description |
---|---|
String |
getTransition()
Returns the object's transition storage class.
|
Date |
getTransitionDate()
Returns the date when the Object is scheduled to transition to archive, or null if the object is not
configured to expire.
|
void |
setTransition(String transition)
Set the object's transition storage class.
|
void |
setTransitionDate(Date transitionDate)
Sets the date when the Object is scheduled to transition to archive.
|
Date getTransitionDate()
void setTransitionDate(Date transitionDate)
transitionDate
- The date the object will transition to archive.void setTransition(String transition)
transition
- String getTransition()
Copyright © 2024. All rights reserved.