| Package | Description |
|---|---|
| software.amazon.awssdk.transfer.s3 | |
| software.amazon.awssdk.transfer.s3.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(). |
| Modifier and Type | Method and Description |
|---|---|
DownloadDirectoryRequest.Builder |
DownloadDirectoryRequest.Builder.bucket(String bucket)
The name of the bucket to download objects from.
|
static DownloadDirectoryRequest.Builder |
DownloadDirectoryRequest.builder() |
DownloadDirectoryRequest.Builder |
DownloadDirectoryRequest.Builder.destination(Path destination)
Specifies the destination directory to which files should be downloaded.
|
DownloadDirectoryRequest.Builder |
DownloadDirectoryRequest.Builder.downloadFileRequestTransformer(Consumer<DownloadFileRequest.Builder> downloadFileRequestTransformer)
Specifies a function used to transform the
DownloadFileRequests generated by this
DownloadDirectoryRequest. |
DownloadDirectoryRequest.Builder |
DownloadDirectoryRequest.Builder.filter(DownloadFilter filter)
Specifies a filter that will be used to evaluate which objects should be downloaded from the target directory.
|
DownloadDirectoryRequest.Builder |
DownloadDirectoryRequest.Builder.listObjectsV2RequestTransformer(Consumer<ListObjectsV2Request.Builder> listObjectsV2RequestTransformer)
Specifies a function used to transform the
ListObjectsV2Requests generated by this
DownloadDirectoryRequest. |
DownloadDirectoryRequest.Builder |
DownloadDirectoryRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DownloadDirectoryRequest.Builder> |
DownloadDirectoryRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.