Package | Description |
---|---|
com.amazonaws.services.s3.transfer |
Transfer management.
|
Modifier and Type | Method and Description |
---|---|
MultipleFileDownload |
TransferManager.downloadDirectory(String bucketName,
String keyPrefix,
File destinationDirectory) |
MultipleFileDownload |
TransferManager.downloadDirectory(String bucketName,
String keyPrefix,
File destinationDirectory,
boolean resumeOnRetry) |
MultipleFileDownload |
TransferManager.downloadDirectory(String bucketName,
String keyPrefix,
File destinationDirectory,
boolean resumeOnRetry,
KeyFilter filter)
Downloads all objects in the virtual directory designated by the
keyPrefix given to the destination directory given.
|
MultipleFileDownload |
TransferManager.downloadDirectory(String bucketName,
String keyPrefix,
File destinationDirectory,
KeyFilter filter) |
Copyright © 2017. All rights reserved.