Uses of Class
software.amazon.awssdk.services.qldb.model.LedgerEncryptionDescription
-
Packages that use LedgerEncryptionDescription Package Description software.amazon.awssdk.services.qldb.model -
-
Uses of LedgerEncryptionDescription in software.amazon.awssdk.services.qldb.model
Methods in software.amazon.awssdk.services.qldb.model that return LedgerEncryptionDescription Modifier and Type Method Description LedgerEncryptionDescriptionDescribeLedgerResponse. encryptionDescription()Information about the encryption of data at rest in the ledger.LedgerEncryptionDescriptionUpdateLedgerResponse. encryptionDescription()Information about the encryption of data at rest in the ledger.Methods in software.amazon.awssdk.services.qldb.model with parameters of type LedgerEncryptionDescription Modifier and Type Method Description DescribeLedgerResponse.BuilderDescribeLedgerResponse.Builder. encryptionDescription(LedgerEncryptionDescription encryptionDescription)Information about the encryption of data at rest in the ledger.UpdateLedgerResponse.BuilderUpdateLedgerResponse.Builder. encryptionDescription(LedgerEncryptionDescription encryptionDescription)Information about the encryption of data at rest in the ledger.
-