| Modifier and Type | Class and Description |
|---|---|
class |
AwsManagedCmk |
class |
CustomerKey |
| Modifier and Type | Method and Description |
|---|---|
static ServerSideEncryptionStrategy |
ServerSideEncryptionFactory.awsManagedCmk() |
static ServerSideEncryptionStrategy |
ServerSideEncryptionFactory.customerKey(String awsKmsKeyId) |
ServerSideEncryptionStrategy |
PayloadStorageConfiguration.getServerSideEncryptionStrategy()
The method of service side encryption which should be used, if required.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PayloadStorageConfiguration.setServerSideEncryptionStrategy(ServerSideEncryptionStrategy serverSideEncryptionStrategy)
Sets which method of server side encryption should be use, if required.
|
PayloadStorageConfiguration |
PayloadStorageConfiguration.withServerSideEncryption(ServerSideEncryptionStrategy serverSideEncryptionStrategy)
Sets which method of server side encryption should be used, if required.
|
| Constructor and Description |
|---|
S3Dao(software.amazon.awssdk.services.s3.S3Client s3Client,
ServerSideEncryptionStrategy serverSideEncryptionStrategy,
software.amazon.awssdk.services.s3.model.ObjectCannedACL objectCannedACL) |
Copyright © 2020. All rights reserved.