| Package | Description |
|---|---|
| com.amazonaws.services.qldb |
The control plane for Amazon QLDB
|
| com.amazonaws.services.qldb.model |
| Modifier and Type | Method and Description |
|---|---|
ListJournalKinesisStreamsForLedgerResult |
AmazonQLDBClient.listJournalKinesisStreamsForLedger(ListJournalKinesisStreamsForLedgerRequest request)
Returns an array of all Amazon QLDB journal stream descriptors for a given ledger.
|
ListJournalKinesisStreamsForLedgerResult |
AmazonQLDB.listJournalKinesisStreamsForLedger(ListJournalKinesisStreamsForLedgerRequest listJournalKinesisStreamsForLedgerRequest)
Returns an array of all Amazon QLDB journal stream descriptors for a given ledger.
|
ListJournalKinesisStreamsForLedgerResult |
AbstractAmazonQLDB.listJournalKinesisStreamsForLedger(ListJournalKinesisStreamsForLedgerRequest request) |
| Modifier and Type | Method and Description |
|---|---|
ListJournalKinesisStreamsForLedgerResult |
ListJournalKinesisStreamsForLedgerResult.clone() |
ListJournalKinesisStreamsForLedgerResult |
ListJournalKinesisStreamsForLedgerResult.withNextToken(String nextToken)
|
ListJournalKinesisStreamsForLedgerResult |
ListJournalKinesisStreamsForLedgerResult.withStreams(Collection<JournalKinesisStreamDescription> streams)
The array of QLDB journal stream descriptors that are associated with the given ledger.
|
ListJournalKinesisStreamsForLedgerResult |
ListJournalKinesisStreamsForLedgerResult.withStreams(JournalKinesisStreamDescription... streams)
The array of QLDB journal stream descriptors that are associated with the given ledger.
|
Copyright © 2023. All rights reserved.