Uses of Interface
software.amazon.awssdk.transfer.s3.progress.TransferProgressSnapshot
-
Packages that use TransferProgressSnapshot Package Description software.amazon.awssdk.transfer.s3.internal.progress software.amazon.awssdk.transfer.s3.progress -
-
Uses of TransferProgressSnapshot in software.amazon.awssdk.transfer.s3.internal.progress
Classes in software.amazon.awssdk.transfer.s3.internal.progress that implement TransferProgressSnapshot Modifier and Type Class Description class
DefaultTransferProgressSnapshot
An SDK-internal implementation ofTransferProgressSnapshot
.Methods in software.amazon.awssdk.transfer.s3.internal.progress that return TransferProgressSnapshot Modifier and Type Method Description TransferProgressSnapshot
TransferListenerContext. progressSnapshot()
TransferProgressSnapshot
TransferListenerFailedContext. progressSnapshot()
TransferProgressSnapshot
DefaultTransferProgress. snapshot()
TransferProgressSnapshot
ResumeTransferProgress. snapshot()
TransferProgressSnapshot
DefaultTransferProgress. updateAndGet(Consumer<DefaultTransferProgressSnapshot.Builder> updater)
Atomically convert the current snapshot reference to itsDefaultTransferProgressSnapshot.Builder
, perform updates using the providedConsumer
, and save the result as the latest snapshot.Methods in software.amazon.awssdk.transfer.s3.internal.progress with parameters of type TransferProgressSnapshot Modifier and Type Method Description TransferListenerContext.Builder
TransferListenerContext.Builder. progressSnapshot(TransferProgressSnapshot progressSnapshot)
Constructors in software.amazon.awssdk.transfer.s3.internal.progress with parameters of type TransferProgressSnapshot Constructor Description DefaultTransferProgress(TransferProgressSnapshot snapshot)
-
Uses of TransferProgressSnapshot in software.amazon.awssdk.transfer.s3.progress
Methods in software.amazon.awssdk.transfer.s3.progress that return TransferProgressSnapshot Modifier and Type Method Description TransferProgressSnapshot
TransferListener.Context.TransferInitiated. progressSnapshot()
The immutableTransferProgressSnapshot
for this specific update.TransferProgressSnapshot
TransferProgress. snapshot()
Takes a snapshot of the current progress, represented by an immutableTransferProgressSnapshot
.
-