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
2471247224732474247524762477
/** (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)); }
2478247924802481248224832484
2612261326142615261626172618
2854285528562857285828592860
} @Override public void restoreObject(String bucketName, String key, int expirationInDays) throws AmazonServiceException { restoreObject(new RestoreObjectRequest(bucketName, key, expirationInDays)); }
2371237223732374237523762377
2394239523962397239823992400
2484248524862487248824892490
2416241724182419242024212422
2409241024112412241324142415