| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3 |
|
| Modifier and Type | Method and Description |
|---|---|
default CopyObjectResponse |
S3Client.copyObject(Consumer<CopyObjectRequest.Builder> copyObjectRequest)
Creates a copy of an object that is already stored in Amazon S3.
|
default CopyObjectResponse |
S3Client.copyObject(CopyObjectRequest copyObjectRequest)
Creates a copy of an object that is already stored in Amazon S3.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CopyObjectResponse> |
S3AsyncClient.copyObject(Consumer<CopyObjectRequest.Builder> copyObjectRequest)
Creates a copy of an object that is already stored in Amazon S3.
|
default CompletableFuture<CopyObjectResponse> |
S3AsyncClient.copyObject(CopyObjectRequest copyObjectRequest)
Creates a copy of an object that is already stored in Amazon S3.
|
Copyright © 2020. All rights reserved.