| Package | Description |
|---|---|
| software.amazon.awssdk.transfer.s3 | |
| software.amazon.awssdk.transfer.s3.internal.model |
| Modifier and Type | Method and Description |
|---|---|
default Copy |
S3TransferManager.copy(Consumer<CopyRequest.Builder> copyRequestBuilder)
This is a convenience method that creates an instance of the
CopyRequest builder, avoiding the need to create one
manually via CopyRequest.builder(). |
default Copy |
S3TransferManager.copy(CopyRequest copyRequest)
Creates a copy of an object that is already stored in S3 in the same region.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCopy |
Copyright © 2023. All rights reserved.