List of usage examples for com.amazonaws.services.s3 AmazonS3 restoreObject
@Deprecated public void restoreObject(RestoreObjectRequest request) throws AmazonServiceException;
From source file:org.finra.herd.dao.impl.S3OperationsImpl.java
License:Apache License
@Override public void restoreObject(RestoreObjectRequest requestRestore, AmazonS3 s3Client) { s3Client.restoreObject(requestRestore); }