Uses of Interface
software.amazon.awssdk.transfer.s3.progress.TransferProgressSnapshot
Packages that use TransferProgressSnapshot
Package
Description
-
Uses of TransferProgressSnapshot in software.amazon.awssdk.transfer.s3.internal.progress
Classes in software.amazon.awssdk.transfer.s3.internal.progress that implement TransferProgressSnapshotModifier and TypeClassDescriptionfinal classAn SDK-internal implementation ofTransferProgressSnapshot.Methods in software.amazon.awssdk.transfer.s3.internal.progress that return TransferProgressSnapshotModifier and TypeMethodDescriptionTransferListenerContext.progressSnapshot()TransferListenerFailedContext.progressSnapshot()DefaultTransferProgress.snapshot()ResumeTransferProgress.snapshot()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 TransferProgressSnapshotModifier and TypeMethodDescriptionTransferListenerContext.Builder.progressSnapshot(TransferProgressSnapshot progressSnapshot) Constructors in software.amazon.awssdk.transfer.s3.internal.progress with parameters of type TransferProgressSnapshot -
Uses of TransferProgressSnapshot in software.amazon.awssdk.transfer.s3.progress
Methods in software.amazon.awssdk.transfer.s3.progress that return TransferProgressSnapshotModifier and TypeMethodDescriptionTransferListener.Context.TransferInitiated.progressSnapshot()The immutableTransferProgressSnapshotfor this specific update.TransferProgress.snapshot()Takes a snapshot of the current progress, represented by an immutableTransferProgressSnapshot.