Interface AmazonBucketClient
-
- All Known Implementing Classes:
AmazonBucketClientImpl
public interface AmazonBucketClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FiledownloadFile(com.amazonaws.services.s3.AmazonS3 s3Client, FileStore fileStore, String jobIdentifier, String bucketName, String keyName, String extension, boolean isExpression, String targetEntityType)com.amazonaws.services.s3.AmazonS3getClient(String accessKey, String secretKey, String region)
-
-
-
Method Detail
-
getClient
com.amazonaws.services.s3.AmazonS3 getClient(String accessKey, String secretKey, String region)
-
downloadFile
File downloadFile(com.amazonaws.services.s3.AmazonS3 s3Client, FileStore fileStore, String jobIdentifier, String bucketName, String keyName, String extension, boolean isExpression, String targetEntityType) throws IOException
- Throws:
IOException
-
-