| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3 |
|
| Modifier and Type | Method and Description |
|---|---|
static S3AsyncClientBuilder |
S3AsyncClient.builder()
Create a builder that can be used to configure and create a
S3AsyncClient. |
default S3AsyncClientBuilder |
S3AsyncClientBuilder.multipartConfiguration(Consumer<MultipartConfiguration.Builder> multipartConfiguration)
Configuration for multipart operation of this client.
|
default S3AsyncClientBuilder |
S3AsyncClientBuilder.multipartConfiguration(MultipartConfiguration multipartConfiguration)
Configuration for multipart operation of this client.
|
default S3AsyncClientBuilder |
S3AsyncClientBuilder.multipartEnabled(Boolean enabled)
Enables automatic conversion of put and copy method to their equivalent multipart operation.
|
Copyright © 2023. All rights reserved.