| 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.
|
void |
S3Dao.storeTextInS3(String s3BucketName,
String s3Key,
ServerSideEncryptionStrategy serverSideEncryptionStrategy,
String payloadContentStr) |
PayloadStorageConfiguration |
PayloadStorageConfiguration.withServerSideEncryption(ServerSideEncryptionStrategy serverSideEncryptionStrategy)
Sets which method of server side encryption should be used, if required.
|
| Constructor and Description |
|---|
S3BackedPayloadStore(S3Dao s3Dao,
String s3BucketName,
ServerSideEncryptionStrategy serverSideEncryptionStrategy) |
Copyright © 2020. All rights reserved.