Request object containing all the options for restoring an object, which was transitioned to the Amazon Glacier from S3 when it was expired.
All RestoreObjectRequest must specify a bucket name and key, along with expiration time.
RestoreObjectRequest
2394239523962397239823992400
/** (non-Javadoc) * @see com.amazonaws.services.s3.AmazonS3#copyGlacierObject((java.lang.String, java.lang.String, int) */ public void restoreObject(String bucketName, String key, int expirationInDays) throws AmazonServiceException { restoreObject(new RestoreObjectRequest(bucketName, key, expirationInDays)); }