Uses of Class
software.amazon.awssdk.services.qldb.model.EncryptionStatus
-
Packages that use EncryptionStatus Package Description software.amazon.awssdk.services.qldb.model -
-
Uses of EncryptionStatus in software.amazon.awssdk.services.qldb.model
Methods in software.amazon.awssdk.services.qldb.model that return EncryptionStatus Modifier and Type Method Description EncryptionStatusLedgerEncryptionDescription. encryptionStatus()The current state of encryption at rest for the ledger.static EncryptionStatusEncryptionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EncryptionStatusEncryptionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static EncryptionStatus[]EncryptionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.qldb.model that return types with arguments of type EncryptionStatus Modifier and Type Method Description static Set<EncryptionStatus>EncryptionStatus. knownValues()Methods in software.amazon.awssdk.services.qldb.model with parameters of type EncryptionStatus Modifier and Type Method Description LedgerEncryptionDescription.BuilderLedgerEncryptionDescription.Builder. encryptionStatus(EncryptionStatus encryptionStatus)The current state of encryption at rest for the ledger.
-