Class DownloadDirectoryHelper
java.lang.Object
software.amazon.awssdk.transfer.s3.internal.DownloadDirectoryHelper
An internal helper class that sends
DownloadFileRequest
s while it retrieves the objects to download from S3
recursively-
Constructor Summary
ConstructorsConstructorDescriptionDownloadDirectoryHelper
(TransferManagerConfiguration transferConfiguration, ListObjectsHelper listObjectsHelper, Function<DownloadFileRequest, FileDownload> downloadFileFunction) -
Method Summary
Modifier and TypeMethodDescriptiondownloadDirectory
(DownloadDirectoryRequest downloadDirectoryRequest)
-
Constructor Details
-
DownloadDirectoryHelper
public DownloadDirectoryHelper(TransferManagerConfiguration transferConfiguration, ListObjectsHelper listObjectsHelper, Function<DownloadFileRequest, FileDownload> downloadFileFunction)
-
-
Method Details
-
downloadDirectory
-