Interface TransferListener.Context.TransferComplete
- All Superinterfaces:
TransferListener.Context.BytesTransferred,TransferListener.Context.TransferInitiated
- All Known Implementing Classes:
TransferListenerContext
- Enclosing class:
- TransferListener.Context
@Immutable
@ThreadSafe
@SdkPublicApi
public static interface TransferListener.Context.TransferComplete
extends TransferListener.Context.BytesTransferred
The transfer has completed successfully.
Available context attributes:
-
Method Summary
Modifier and TypeMethodDescriptionThe completed transfer, i.e., theCompletedFileUploadorCompletedFileDownload.Methods inherited from interface software.amazon.awssdk.transfer.s3.progress.TransferListener.Context.TransferInitiated
progressSnapshot, request
-
Method Details
-
completedTransfer
CompletedObjectTransfer completedTransfer()The completed transfer, i.e., theCompletedFileUploadorCompletedFileDownload.
-