| Package | Description |
|---|---|
| software.amazon.awssdk.services.qldb |
The control plane for Amazon QLDB
|
| software.amazon.awssdk.services.qldb.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListJournalS3ExportsForLedgerResponse |
QldbClient.listJournalS3ExportsForLedger(Consumer<ListJournalS3ExportsForLedgerRequest.Builder> listJournalS3ExportsForLedgerRequest)
Returns an array of journal export job descriptions for a specified ledger.
|
default ListJournalS3ExportsForLedgerResponse |
QldbClient.listJournalS3ExportsForLedger(ListJournalS3ExportsForLedgerRequest listJournalS3ExportsForLedgerRequest)
Returns an array of journal export job descriptions for a specified ledger.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListJournalS3ExportsForLedgerResponse> |
QldbAsyncClient.listJournalS3ExportsForLedger(Consumer<ListJournalS3ExportsForLedgerRequest.Builder> listJournalS3ExportsForLedgerRequest)
Returns an array of journal export job descriptions for a specified ledger.
|
default CompletableFuture<ListJournalS3ExportsForLedgerResponse> |
QldbAsyncClient.listJournalS3ExportsForLedger(ListJournalS3ExportsForLedgerRequest listJournalS3ExportsForLedgerRequest)
Returns an array of journal export job descriptions for a specified ledger.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListJournalS3ExportsForLedgerResponse> |
ListJournalS3ExportsForLedgerIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListJournalS3ExportsForLedgerPublisher.subscribe(org.reactivestreams.Subscriber<? super ListJournalS3ExportsForLedgerResponse> subscriber) |
Copyright © 2021. All rights reserved.