Uses of Interface
software.amazon.awssdk.transfer.s3.model.FileDownload
Packages that use FileDownload
Package
Description
-
Uses of FileDownload in software.amazon.awssdk.transfer.s3
Methods in software.amazon.awssdk.transfer.s3 that return FileDownloadModifier and TypeMethodDescriptiondefault 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 FileDownloadModifierConstructorDescriptionDownloadDirectoryHelper(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