Uses of Interface
software.amazon.awssdk.transfer.s3.model.FileDownload
-
Packages that use FileDownload Package Description software.amazon.awssdk.transfer.s3 software.amazon.awssdk.transfer.s3.internal software.amazon.awssdk.transfer.s3.internal.model -
-
Uses of FileDownload in software.amazon.awssdk.transfer.s3
Methods in software.amazon.awssdk.transfer.s3 that return FileDownload Modifier and Type Method Description default FileDownloadS3TransferManager. downloadFile(Consumer<DownloadFileRequest.Builder> request)This is a convenience method that creates an instance of theDownloadFileRequestbuilder, avoiding the need to create one manually viaDownloadFileRequest.builder().default FileDownloadS3TransferManager. downloadFile(DownloadFileRequest downloadRequest)Downloads an object identified by the bucket and key from S3 to a local file.default FileDownloadS3TransferManager. resumeDownloadFile(Consumer<ResumableFileDownload.Builder> resumableFileDownload)This is a convenience method that creates an instance of theResumableFileDownloadbuilder, avoiding the need to create one manually viaResumableFileDownload.builder().default FileDownloadS3TransferManager. resumeDownloadFile(ResumableFileDownload resumableFileDownload)Resumes a downloadFile operation. -
Uses of FileDownload in software.amazon.awssdk.transfer.s3.internal
Constructor parameters in software.amazon.awssdk.transfer.s3.internal with type arguments of type FileDownload Constructor Description DownloadDirectoryHelper(TransferManagerConfiguration transferConfiguration, ListObjectsHelper listObjectsHelper, Function<DownloadFileRequest,FileDownload> downloadFileFunction) -
Uses of FileDownload in software.amazon.awssdk.transfer.s3.internal.model
Classes in software.amazon.awssdk.transfer.s3.internal.model that implement FileDownload Modifier and Type Class Description classDefaultFileDownload
-