Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.transfer |
Transfer management.
|
com.ibm.cloud.objectstorage.services.s3.transfer.internal |
Modifier and Type | Interface and Description |
---|---|
interface |
AbortableTransfer
Represents an asynchronous transfer from Amazon S3 that can be aborted
|
interface |
Copy
Represents an asynchronous copy request from one Amazon S3 location another.
|
interface |
Download
Represents an asynchronous download from Amazon S3.
|
interface |
MultipleFileDownload
Multiple file download of an entire virtual directory.
|
interface |
MultipleFileUpload
Multiple file upload of an entire virtual directory.
|
interface |
PresignedUrlDownload
Interface to represent the output for the asynchronous download operation using presigned url in
TransferManager . |
interface |
Upload
Represents an asynchronous upload to Amazon S3.
|
Modifier and Type | Class and Description |
---|---|
class |
MultipleFileTransfer<T extends Transfer>
Interface for multiple file transfers
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTransfer
Abstract transfer implementation.
|
class |
CopyImpl
An implementation of the Copy Interface that helps in retrieving the result
of the copy operation.
|
class |
DownloadImpl |
class |
MultipleFileDownloadImpl
Multiple file download when downloading an entire virtual directory.
|
class |
MultipleFileTransfer<T extends Transfer>
Interface for multiple file transfers
|
class |
MultipleFileUploadImpl
Multiple file upload when uploading an entire directory.
|
class |
PresignedUrlDownloadImpl
Implementation for
PresignedUrlDownload interface. |
class |
UploadImpl |
Modifier and Type | Method and Description |
---|---|
void |
TransferStateChangeListener.transferStateChanged(Transfer transfer,
Transfer.TransferState state) |
Copyright © 2024. All rights reserved.