Uses of Class
com.amazonaws.services.s3.transfer.PersistableTransfer
Packages that use PersistableTransfer
-
Uses of PersistableTransfer in com.amazonaws.services.s3.transfer
Subclasses of PersistableTransfer in com.amazonaws.services.s3.transferModifier and TypeClassDescriptionfinal classAn opaque token that holds some private state and can be used to resume a paused download operation.final classAn opaque token that holds some private state and can be used to resume a paused download operation.Methods in com.amazonaws.services.s3.transfer with type parameters of type PersistableTransferModifier and TypeMethodDescriptionstatic <T extends PersistableTransfer>
TPersistableTransfer.deserializeFrom(InputStream in) Returns the deserialized transfer state of the given serialized representation.static <T extends PersistableTransfer>
TPersistableTransfer.deserializeFrom(String serialized) Returns the deserialized transfer state of the given serialized representation.