| Package | Description |
|---|---|
| software.amazon.awssdk.transfer.s3.internal.model | |
| software.amazon.awssdk.transfer.s3.model |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CompletedFileDownload> |
DefaultFileDownload.completionFuture() |
| Constructor and Description |
|---|
DefaultFileDownload(CompletableFuture<CompletedFileDownload> completedFileDownloadFuture,
TransferProgress progress,
Supplier<DownloadFileRequest> requestSupplier,
ResumableFileDownload resumedDownload) |
| Modifier and Type | Method and Description |
|---|---|
CompletedFileDownload |
CompletedFileDownload.Builder.build()
Builds a
CompletedFileUpload based on the properties supplied to this builder |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CompletedFileDownload> |
FileDownload.completionFuture() |
Copyright © 2023. All rights reserved.