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 methods to their equivalent multipart operation.
|