| 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 DirectoryDownload |
S3TransferManager.downloadDirectory(Consumer<DownloadDirectoryRequest.Builder> requestBuilder)
This is a convenience method that creates an instance of the
DownloadDirectoryRequest builder, avoiding the need to
create one manually via DownloadDirectoryRequest.builder(). |
default DirectoryDownload |
S3TransferManager.downloadDirectory(DownloadDirectoryRequest downloadDirectoryRequest)
Downloads all objects under a bucket to the provided directory.
|
| Modifier and Type | Method and Description |
|---|---|
DirectoryDownload |
DownloadDirectoryHelper.downloadDirectory(DownloadDirectoryRequest downloadDirectoryRequest) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDirectoryDownload |
Copyright © 2023. All rights reserved.