Uses of Class
software.amazon.encryption.s3.materials.MultipartConfiguration
- 
Packages that use MultipartConfiguration Package Description software.amazon.encryption.s3 software.amazon.encryption.s3.materials 
- 
- 
Uses of MultipartConfiguration in software.amazon.encryption.s3Fields in software.amazon.encryption.s3 with type parameters of type MultipartConfiguration Modifier and Type Field Description static software.amazon.awssdk.core.interceptor.ExecutionAttribute<MultipartConfiguration>S3EncryptionClient. CONFIGURATIONMethods in software.amazon.encryption.s3 with parameters of type MultipartConfiguration Modifier and Type Method Description static Consumer<software.amazon.awssdk.awscore.AwsRequestOverrideConfiguration.Builder>S3EncryptionClient. withAdditionalConfiguration(Map<String,String> encryptionContext, MultipartConfiguration multipartConfiguration)Attaches encryption context and multipart configuration to a requeststatic Consumer<software.amazon.awssdk.awscore.AwsRequestOverrideConfiguration.Builder>S3EncryptionClient. withAdditionalConfiguration(MultipartConfiguration multipartConfiguration)Attaches multipart configuration to a request.
- 
Uses of MultipartConfiguration in software.amazon.encryption.s3.materialsMethods in software.amazon.encryption.s3.materials that return MultipartConfiguration Modifier and Type Method Description MultipartConfigurationMultipartConfiguration.Builder. build()
 
-