Uses of Interface
software.amazon.awssdk.services.s3.S3AsyncClientBuilder
-
Packages that use S3AsyncClientBuilder Package Description software.amazon.awssdk.services.s3 -
-
Uses of S3AsyncClientBuilder in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return S3AsyncClientBuilder Modifier and Type Method Description static S3AsyncClientBuilderS3AsyncClient. builder()Create a builder that can be used to configure and create aS3AsyncClient.default S3AsyncClientBuilderS3AsyncClientBuilder. multipartConfiguration(Consumer<MultipartConfiguration.Builder> multipartConfiguration)Configuration for multipart operation of this client.default S3AsyncClientBuilderS3AsyncClientBuilder. multipartConfiguration(MultipartConfiguration multipartConfiguration)Configuration for multipart operation of this client.default S3AsyncClientBuilderS3AsyncClientBuilder. multipartEnabled(Boolean enabled)Enables automatic conversion of GET, PUT and COPY methods to their equivalent multipart operation.
-