Interface FailedObjectTransfer
-
- All Known Implementing Classes:
FailedFileDownload,FailedFileUpload
public interface FailedObjectTransferRepresents a failed single file transfer in a multi-file transfer operation such asS3TransferManager.uploadDirectory(software.amazon.awssdk.transfer.s3.model.UploadDirectoryRequest)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Throwableexception()The exception thrown from a specific single file transferTransferObjectRequestrequest()The failedTransferObjectRequest.
-
-
-
Method Detail
-
exception
Throwable exception()
The exception thrown from a specific single file transfer- Returns:
- the exception thrown
-
request
TransferObjectRequest request()
The failedTransferObjectRequest.- Returns:
- the failed request
-
-