| Package | Description |
|---|---|
| software.amazon.awssdk.transfer.s3 | |
| software.amazon.awssdk.transfer.s3.internal | |
| software.amazon.awssdk.transfer.s3.internal.model |
| Modifier and Type | Method and Description |
|---|---|
default DirectoryUpload |
S3TransferManager.uploadDirectory(Consumer<UploadDirectoryRequest.Builder> requestBuilder)
This is a convenience method that creates an instance of the
UploadDirectoryRequest builder, avoiding the need to
create one manually via UploadDirectoryRequest.builder(). |
default DirectoryUpload |
S3TransferManager.uploadDirectory(UploadDirectoryRequest uploadDirectoryRequest)
Uploads all files under the given directory to the provided S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
DirectoryUpload |
UploadDirectoryHelper.uploadDirectory(UploadDirectoryRequest uploadDirectoryRequest) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDirectoryUpload |
Copyright © 2023. All rights reserved.