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 classDefaultTransferProgressSnapshotAn SDK-internal implementation ofTransferProgressSnapshot.Methods in software.amazon.awssdk.transfer.s3.internal.progress that return TransferProgressSnapshot Modifier and Type Method Description TransferProgressSnapshotTransferListenerContext. progressSnapshot()TransferProgressSnapshotTransferListenerFailedContext. progressSnapshot()TransferProgressSnapshotDefaultTransferProgress. snapshot()TransferProgressSnapshotResumeTransferProgress. snapshot()TransferProgressSnapshotDefaultTransferProgress. 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.BuilderTransferListenerContext.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 TransferProgressSnapshotTransferListener.Context.TransferInitiated. progressSnapshot()The immutableTransferProgressSnapshotfor this specific update.TransferProgressSnapshotTransferProgress. snapshot()Takes a snapshot of the current progress, represented by an immutableTransferProgressSnapshot.
-