Uses of Class
software.amazon.awssdk.services.qldb.model.LedgerState
-
Packages that use LedgerState Package Description software.amazon.awssdk.services.qldb.model -
-
Uses of LedgerState in software.amazon.awssdk.services.qldb.model
Methods in software.amazon.awssdk.services.qldb.model that return LedgerState Modifier and Type Method Description static LedgerStateLedgerState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LedgerStateCreateLedgerResponse. state()The current status of the ledger.LedgerStateDescribeLedgerResponse. state()The current status of the ledger.LedgerStateLedgerSummary. state()The current status of the ledger.LedgerStateUpdateLedgerResponse. state()The current status of the ledger.static LedgerStateLedgerState. valueOf(String name)Returns the enum constant of this type with the specified name.static LedgerState[]LedgerState. 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 LedgerState Modifier and Type Method Description static Set<LedgerState>LedgerState. knownValues()Methods in software.amazon.awssdk.services.qldb.model with parameters of type LedgerState Modifier and Type Method Description CreateLedgerResponse.BuilderCreateLedgerResponse.Builder. state(LedgerState state)The current status of the ledger.DescribeLedgerResponse.BuilderDescribeLedgerResponse.Builder. state(LedgerState state)The current status of the ledger.LedgerSummary.BuilderLedgerSummary.Builder. state(LedgerState state)The current status of the ledger.UpdateLedgerResponse.BuilderUpdateLedgerResponse.Builder. state(LedgerState state)The current status of the ledger.
-