@Immutable @ThreadSafe public static interface TransferListener.Context.TransferInitiated
Available context attributes:
| Modifier and Type | Method and Description |
|---|---|
TransferProgressSnapshot |
progressSnapshot()
The immutable
TransferProgressSnapshot for this specific update. |
TransferObjectRequest |
request()
The
TransferRequest that was submitted to S3TransferManager, i.e., the UploadFileRequest or
DownloadFileRequest. |
TransferObjectRequest request()
TransferRequest that was submitted to S3TransferManager, i.e., the UploadFileRequest or
DownloadFileRequest.TransferProgressSnapshot progressSnapshot()
TransferProgressSnapshot for this specific update.Copyright © 2023. All rights reserved.