Package | Description |
---|---|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Field and Description |
---|---|
protected RestoreStatus |
S3ObjectSummary.restoreStatus
The restore status of this object - can be null if the requester doesn't provide
OptionalObjectAttribute header in the request
|
Modifier and Type | Method and Description |
---|---|
RestoreStatus |
RestoreStatus.clone() |
RestoreStatus |
S3VersionSummary.getRestoreStatus()
Gets restore status used of an object.
|
RestoreStatus |
S3ObjectSummary.getRestoreStatus()
Gets restore status of an object.
|
RestoreStatus |
RestoreStatus.withIsRestoreInProgress(Boolean isRestoreInProgress)
Sets the restore status of an object which specifies whether the object is currently being restored.
|
RestoreStatus |
RestoreStatus.withRestoreExpiryDate(Date restoreExpiryDate)
Sets the restore expiry date of an object.
|
Modifier and Type | Method and Description |
---|---|
void |
S3VersionSummary.setRestoreStatus(RestoreStatus restoreStatus)
Sets restore status of an object.
|
void |
S3ObjectSummary.setRestoreStatus(RestoreStatus restoreStatus)
Sets restore status of an object.
|
Copyright © 2024. All rights reserved.