public interface ObjectRestoreResult
Headers.RESTORE| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.lang.Boolean |
getOngoingRestore()
Returns then boolean value which indicates there is an ongoing restore request.
|
java.util.Date |
getRestoreExpirationTime()
Returns the expiration date when the Object is scheduled to move to Amazon Glacier, or null if the object is not
configured to expire.
|
void |
setOngoingRestore(boolean ongoingRestore)
Sets a boolean value which indicates there is an ongoing restore request.
|
void |
setRestoreExpirationTime(java.util.Date expiration)
Sets the expiration date when the Object is scheduled to move to Amazon Glacier.
|
java.util.Date getRestoreExpirationTime()
void setRestoreExpirationTime(java.util.Date expiration)
expiration - The date the object will expire.void setOngoingRestore(boolean ongoingRestore)
ongoingRestore - java.lang.Boolean getOngoingRestore()