| Package | Description |
|---|---|
| com.amazonaws.services.qldb.model |
| Modifier and Type | Method and Description |
|---|---|
static LedgerState |
LedgerState.fromValue(String value)
Use this in place of valueOf.
|
static LedgerState |
LedgerState.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.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeLedgerResult |
DescribeLedgerResult.withState(LedgerState state)
The current status of the ledger.
|
UpdateLedgerResult |
UpdateLedgerResult.withState(LedgerState state)
The current status of the ledger.
|
LedgerSummary |
LedgerSummary.withState(LedgerState state)
The current status of the ledger.
|
CreateLedgerResult |
CreateLedgerResult.withState(LedgerState state)
The current status of the ledger.
|
Copyright © 2022. All rights reserved.