Interface FailedObjectTransfer
- All Known Implementing Classes:
 FailedFileDownload,FailedFileUpload
public interface FailedObjectTransfer
Represents a failed single file transfer in a multi-file transfer operation such as
 
S3TransferManager.uploadDirectory(software.amazon.awssdk.transfer.s3.model.UploadDirectoryRequest)- 
Method Summary
Modifier and TypeMethodDescriptionThe exception thrown from a specific single file transferrequest()The failedTransferObjectRequest. 
- 
Method Details
- 
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
 
 
 -