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
2478247924802481248224832484
/** (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)); }
2393239423952396239723982399
2859286028612862286328642865
} @Override public void restoreObject(String bucketName, String key, int expirationInDays) throws AmazonServiceException { restoreObject(new RestoreObjectRequest(bucketName, key, expirationInDays)); }
2904290529062907290829092910
2471247224732474247524762477
2836283728382839284028412842
2832283328342835283628372838
2893289428952896289728982899
2488248924902491249224932494