Class DownloadDirectoryHelper
- java.lang.Object
-
- software.amazon.awssdk.transfer.s3.internal.DownloadDirectoryHelper
-
public class DownloadDirectoryHelper extends Object
An internal helper class that sendsDownloadFileRequest
s while it retrieves the objects to download from S3 recursively
-
-
Constructor Summary
Constructors Constructor Description DownloadDirectoryHelper(TransferManagerConfiguration transferConfiguration, ListObjectsHelper listObjectsHelper, Function<DownloadFileRequest,FileDownload> downloadFileFunction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DirectoryDownload
downloadDirectory(DownloadDirectoryRequest downloadDirectoryRequest)
-
-
-
Constructor Detail
-
DownloadDirectoryHelper
public DownloadDirectoryHelper(TransferManagerConfiguration transferConfiguration, ListObjectsHelper listObjectsHelper, Function<DownloadFileRequest,FileDownload> downloadFileFunction)
-
-
Method Detail
-
downloadDirectory
public DirectoryDownload downloadDirectory(DownloadDirectoryRequest downloadDirectoryRequest)
-
-