| Package | Description |
|---|---|
| software.amazon.awssdk.transfer.s3.model |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TransferDirectoryRequest
Interface for all transfer directory requests.
|
interface |
TransferObjectRequest
Interface for all single object transfer requests.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CopyRequest
Creates a copy of an object that is already stored in S3.
|
class |
DownloadDirectoryRequest
Request object to download the objects in the provided S3 bucket to a local directory using the Transfer Manager.
|
class |
DownloadFileRequest
Download an object identified by the bucket and key from S3 to a local file.
|
class |
DownloadRequest<ReturnT>
Represents the request to download an object identified by the bucket and key from S3 through the given
AsyncResponseTransformer. |
class |
UploadDirectoryRequest
Request object to upload a local directory to S3 using the Transfer Manager.
|
class |
UploadFileRequest
Represents the request to upload a local file to an object in S3.
|
class |
UploadRequest
Upload the given
AsyncRequestBody to an object in S3. |
Copyright © 2023. All rights reserved.