Uses of Class
software.amazon.awssdk.transfer.s3.model.ResumableFileDownload
-
-
Uses of ResumableFileDownload in software.amazon.awssdk.transfer.s3
Methods in software.amazon.awssdk.transfer.s3 with parameters of type ResumableFileDownload Modifier and Type Method Description default FileDownloadS3TransferManager. resumeDownloadFile(ResumableFileDownload resumableFileDownload)Resumes a downloadFile operation. -
Uses of ResumableFileDownload in software.amazon.awssdk.transfer.s3.internal.model
Methods in software.amazon.awssdk.transfer.s3.internal.model that return ResumableFileDownload Modifier and Type Method Description ResumableFileDownloadDefaultFileDownload. pause()Constructors in software.amazon.awssdk.transfer.s3.internal.model with parameters of type ResumableFileDownload Constructor Description DefaultFileDownload(CompletableFuture<CompletedFileDownload> completedFileDownloadFuture, TransferProgress progress, Supplier<DownloadFileRequest> requestSupplier, ResumableFileDownload resumedDownload) -
Uses of ResumableFileDownload in software.amazon.awssdk.transfer.s3.internal.serialization
Methods in software.amazon.awssdk.transfer.s3.internal.serialization that return ResumableFileDownload Modifier and Type Method Description static ResumableFileDownloadResumableFileDownloadSerializer. fromJson(byte[] bytes)static ResumableFileDownloadResumableFileDownloadSerializer. fromJson(InputStream bytes)static ResumableFileDownloadResumableFileDownloadSerializer. fromJson(String bytes)Methods in software.amazon.awssdk.transfer.s3.internal.serialization with parameters of type ResumableFileDownload Modifier and Type Method Description static byte[]ResumableFileDownloadSerializer. toJson(ResumableFileDownload download)Serializes an instance ofResumableFileDownloadinto valid JSON. -
Uses of ResumableFileDownload in software.amazon.awssdk.transfer.s3.internal.utils
Methods in software.amazon.awssdk.transfer.s3.internal.utils with parameters of type ResumableFileDownload Modifier and Type Method Description static Pair<DownloadFileRequest,AsyncResponseTransformer<GetObjectResponse,GetObjectResponse>>ResumableRequestConverter. toDownloadFileRequestAndTransformer(ResumableFileDownload resumableFileDownload, HeadObjectResponse headObjectResponse, DownloadFileRequest originalDownloadRequest) -
Uses of ResumableFileDownload in software.amazon.awssdk.transfer.s3.model
Methods in software.amazon.awssdk.transfer.s3.model that return ResumableFileDownload Modifier and Type Method Description static ResumableFileDownloadResumableFileDownload. fromBytes(SdkBytes bytes)Deserialize bytes with JSON data into aResumableFileDownload.static ResumableFileDownloadResumableFileDownload. fromFile(Path path)Deserialize data at the given path into aResumableFileDownload.static ResumableFileDownloadResumableFileDownload. fromString(String contents)Deserialize a string with JSON data into aResumableFileDownload.ResumableFileDownloadFileDownload. pause()Pause the current download operation and returns the information that can be used to resume the download at a later time.
-