Package | Description |
---|---|
com.amazonaws.services.qldb.model |
Modifier and Type | Method and Description |
---|---|
S3EncryptionConfiguration |
S3EncryptionConfiguration.clone() |
S3EncryptionConfiguration |
S3ExportConfiguration.getEncryptionConfiguration()
The encryption settings that are used by a journal export job to write data in an Amazon S3 bucket.
|
S3EncryptionConfiguration |
S3EncryptionConfiguration.withKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of a symmetric key in Key Management Service (KMS).
|
S3EncryptionConfiguration |
S3EncryptionConfiguration.withObjectEncryptionType(S3ObjectEncryptionType objectEncryptionType)
The Amazon S3 object encryption type.
|
S3EncryptionConfiguration |
S3EncryptionConfiguration.withObjectEncryptionType(String objectEncryptionType)
The Amazon S3 object encryption type.
|
Modifier and Type | Method and Description |
---|---|
void |
S3ExportConfiguration.setEncryptionConfiguration(S3EncryptionConfiguration encryptionConfiguration)
The encryption settings that are used by a journal export job to write data in an Amazon S3 bucket.
|
S3ExportConfiguration |
S3ExportConfiguration.withEncryptionConfiguration(S3EncryptionConfiguration encryptionConfiguration)
The encryption settings that are used by a journal export job to write data in an Amazon S3 bucket.
|
Copyright © 2022. All rights reserved.