Interface S3EncryptionClientCustomizer

All Superinterfaces:
AwsClientCustomizer<software.amazon.encryption.s3.S3EncryptionClient.Builder>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface S3EncryptionClientCustomizer extends AwsClientCustomizer<software.amazon.encryption.s3.S3EncryptionClient.Builder>
Callback interface that can be used to customize a S3EncryptionClient.Builder.
Since:
3.3.0
Author:
Matej Nedic