| Package | Description |
|---|---|
| software.amazon.awssdk.transfer.s3.internal.model | |
| software.amazon.awssdk.transfer.s3.model |
| Modifier and Type | Class and Description |
|---|---|
class |
CrtFileUpload |
class |
DefaultCopy |
class |
DefaultDirectoryDownload |
class |
DefaultDirectoryUpload |
class |
DefaultDownload<ReturnT> |
class |
DefaultFileDownload |
class |
DefaultFileUpload |
class |
DefaultUpload |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Copy
A copy transfer of an object that is already stored in S3.
|
interface |
DirectoryDownload
A download transfer of a directory of objects from S3
|
interface |
DirectoryTransfer
Represents the upload or download of a directory of files to or from S3.
|
interface |
DirectoryUpload
An upload transfer of a single object to S3.
|
interface |
Download<ResultT>
A download transfer of a single object from S3.
|
interface |
FileDownload
A download transfer of a single object from S3.
|
interface |
FileUpload
An upload transfer of a single object to S3.
|
interface |
ObjectTransfer
Represents the upload or download of a single object to or from S3.
|
interface |
Upload
An upload transfer of a single object to S3.
|
Copyright © 2023. All rights reserved.