| Package | Description |
|---|---|
| software.amazon.awssdk.transfer.s3.model |
| Modifier and Type | Class and Description |
|---|---|
class |
FailedFileDownload
Represents a failed single file download from
S3TransferManager.downloadDirectory(DownloadDirectoryRequest). |
class |
FailedFileUpload
Represents a failed single file upload from
S3TransferManager.uploadDirectory(software.amazon.awssdk.transfer.s3.model.UploadDirectoryRequest). |
| Modifier and Type | Method and Description |
|---|---|
List<? extends FailedObjectTransfer> |
CompletedDirectoryTransfer.failedTransfers()
A list of failed transfer details, including the
exception() responsible for the failure and
the request() that initiated the transfer. |
Copyright © 2023. All rights reserved.