| Package | Description |
|---|---|
| software.amazon.awssdk.services.qldb.model |
| Modifier and Type | Method and Description |
|---|---|
static LedgerState |
LedgerState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LedgerState |
CreateLedgerResponse.state()
The current status of the ledger.
|
LedgerState |
LedgerSummary.state()
The current status of the ledger.
|
LedgerState |
DescribeLedgerResponse.state()
The current status of the ledger.
|
LedgerState |
UpdateLedgerResponse.state()
The current status of the ledger.
|
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 |
|---|---|
static Set<LedgerState> |
LedgerState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateLedgerResponse.Builder |
CreateLedgerResponse.Builder.state(LedgerState state)
The current status of the ledger.
|
LedgerSummary.Builder |
LedgerSummary.Builder.state(LedgerState state)
The current status of the ledger.
|
DescribeLedgerResponse.Builder |
DescribeLedgerResponse.Builder.state(LedgerState state)
The current status of the ledger.
|
UpdateLedgerResponse.Builder |
UpdateLedgerResponse.Builder.state(LedgerState state)
The current status of the ledger.
|
Copyright © 2022. All rights reserved.