| Package | Description |
|---|---|
| software.amazon.awssdk.transfer.s3.internal.progress | |
| software.amazon.awssdk.transfer.s3.model | |
| software.amazon.awssdk.transfer.s3.progress |
| Modifier and Type | Method and Description |
|---|---|
TransferObjectRequest |
TransferListenerFailedContext.request() |
TransferObjectRequest |
TransferListenerContext.request() |
| Modifier and Type | Method and Description |
|---|---|
TransferListenerContext.Builder |
TransferListenerContext.Builder.request(TransferObjectRequest request) |
| Constructor and Description |
|---|
TransferProgressUpdater(TransferObjectRequest request,
AsyncRequestBody requestBody) |
| Modifier and Type | Class and Description |
|---|---|
class |
CopyRequest
Creates a copy of an object that is already stored in S3.
|
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 |
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. |
| Modifier and Type | Method and Description |
|---|---|
TransferObjectRequest |
FailedObjectTransfer.request()
The failed
TransferObjectRequest. |
| Modifier and Type | Method and Description |
|---|---|
TransferObjectRequest |
TransferListener.Context.TransferInitiated.request()
The
TransferRequest that was submitted to S3TransferManager, i.e., the UploadFileRequest or
DownloadFileRequest. |
Copyright © 2023. All rights reserved.