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
2383238423852386238723882389
/** (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)); }
2844284528462847284828492850
} @Override public void restoreObject(String bucketName, String key, int expirationInDays) throws AmazonServiceException { restoreObject(new RestoreObjectRequest(bucketName, key, expirationInDays)); }
2645264626472648264926502651
2790279127922793279427952796
2660266126622663266426652666
2409241024112412241324142415
2829283028312832283328342835
2564256525662567256825692570
2355235623572358235923602361
2478247924802481248224832484