| Package | Description |
|---|---|
| com.amazonaws.services.qldb.model |
| Modifier and Type | Method and Description |
|---|---|
LedgerEncryptionDescription |
LedgerEncryptionDescription.clone() |
LedgerEncryptionDescription |
UpdateLedgerResult.getEncryptionDescription()
Information about the encryption of data at rest in the ledger.
|
LedgerEncryptionDescription |
DescribeLedgerResult.getEncryptionDescription()
Information about the encryption of data at rest in the ledger.
|
LedgerEncryptionDescription |
LedgerEncryptionDescription.withEncryptionStatus(EncryptionStatus encryptionStatus)
The current state of encryption at rest for the ledger.
|
LedgerEncryptionDescription |
LedgerEncryptionDescription.withEncryptionStatus(String encryptionStatus)
The current state of encryption at rest for the ledger.
|
LedgerEncryptionDescription |
LedgerEncryptionDescription.withInaccessibleKmsKeyDateTime(Date inaccessibleKmsKeyDateTime)
The date and time, in epoch time format, when the KMS key first became inaccessible, in the case of an error.
|
LedgerEncryptionDescription |
LedgerEncryptionDescription.withKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the customer managed KMS key that the ledger uses for encryption at rest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateLedgerResult.setEncryptionDescription(LedgerEncryptionDescription encryptionDescription)
Information about the encryption of data at rest in the ledger.
|
void |
DescribeLedgerResult.setEncryptionDescription(LedgerEncryptionDescription encryptionDescription)
Information about the encryption of data at rest in the ledger.
|
UpdateLedgerResult |
UpdateLedgerResult.withEncryptionDescription(LedgerEncryptionDescription encryptionDescription)
Information about the encryption of data at rest in the ledger.
|
DescribeLedgerResult |
DescribeLedgerResult.withEncryptionDescription(LedgerEncryptionDescription encryptionDescription)
Information about the encryption of data at rest in the ledger.
|
Copyright © 2022. All rights reserved.