Uses of Interface
software.amazon.awssdk.services.s3.S3BaseClientBuilder
Packages that use S3BaseClientBuilder
-
Uses of S3BaseClientBuilder in software.amazon.awssdk.services.s3
Classes in software.amazon.awssdk.services.s3 with type parameters of type S3BaseClientBuilderModifier and TypeInterfaceDescriptioninterfaceS3BaseClientBuilder<B extends S3BaseClientBuilder<B,C>, C> This includes configuration specific to Amazon S3 that is supported by bothS3ClientBuilderandS3AsyncClientBuilder.Subinterfaces of S3BaseClientBuilder in software.amazon.awssdk.services.s3Modifier and TypeInterfaceDescriptioninterfaceA builder for creating an instance ofS3AsyncClient.interfaceA builder for creating an instance ofS3Client.