| Package | Description |
|---|---|
| com.amazonaws.services.qldb.model |
| Modifier and Type | Method and Description |
|---|---|
LedgerSummary |
LedgerSummary.clone() |
LedgerSummary |
LedgerSummary.withCreationDateTime(Date creationDateTime)
The date and time, in epoch time format, when the ledger was created.
|
LedgerSummary |
LedgerSummary.withName(String name)
The name of the ledger.
|
LedgerSummary |
LedgerSummary.withState(LedgerState state)
The current status of the ledger.
|
LedgerSummary |
LedgerSummary.withState(String state)
The current status of the ledger.
|
| Modifier and Type | Method and Description |
|---|---|
List<LedgerSummary> |
ListLedgersResult.getLedgers()
The array of ledger summaries that are associated with the current account and Region.
|
| Modifier and Type | Method and Description |
|---|---|
ListLedgersResult |
ListLedgersResult.withLedgers(LedgerSummary... ledgers)
The array of ledger summaries that are associated with the current account and Region.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListLedgersResult.setLedgers(Collection<LedgerSummary> ledgers)
The array of ledger summaries that are associated with the current account and Region.
|
ListLedgersResult |
ListLedgersResult.withLedgers(Collection<LedgerSummary> ledgers)
The array of ledger summaries that are associated with the current account and Region.
|
Copyright © 2021. All rights reserved.