Uses of Class
software.amazon.encryption.s3.S3EncryptionClient
-
Packages that use S3EncryptionClient Package Description software.amazon.encryption.s3 software.amazon.encryption.s3.internal -
-
Uses of S3EncryptionClient in software.amazon.encryption.s3
Methods in software.amazon.encryption.s3 that return S3EncryptionClient Modifier and Type Method Description S3EncryptionClient
S3EncryptionClient.Builder. build()
Validates and builds the S3EncryptionClient according to the configuration options passed to the Builder object. -
Uses of S3EncryptionClient in software.amazon.encryption.s3.internal
Methods in software.amazon.encryption.s3.internal with parameters of type S3EncryptionClient Modifier and Type Method Description UploadObjectObserver
UploadObjectObserver. init(software.amazon.awssdk.services.s3.model.PutObjectRequest req, software.amazon.awssdk.services.s3.S3AsyncClient s3AsyncClient, S3EncryptionClient s3EncryptionClient, ExecutorService es)
-