| Package | Description |
|---|---|
| software.amazon.awssdk.services.qldb |
The control plane for Amazon QLDB
|
| software.amazon.awssdk.services.qldb.paginators | |
| software.amazon.awssdk.services.qldb.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListJournalS3ExportsForLedgerResponse |
QldbClient.listJournalS3ExportsForLedger(ListJournalS3ExportsForLedgerRequest 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.
|
default ListJournalS3ExportsForLedgerIterable |
QldbClient.listJournalS3ExportsForLedgerPaginator(ListJournalS3ExportsForLedgerRequest listJournalS3ExportsForLedgerRequest)
Returns an array of journal export job descriptions for a specified ledger.
|
default ListJournalS3ExportsForLedgerPublisher |
QldbAsyncClient.listJournalS3ExportsForLedgerPaginator(ListJournalS3ExportsForLedgerRequest listJournalS3ExportsForLedgerRequest)
Returns an array of journal export job descriptions for a specified ledger.
|
| Constructor and Description |
|---|
ListJournalS3ExportsForLedgerIterable(QldbClient client,
ListJournalS3ExportsForLedgerRequest firstRequest) |
ListJournalS3ExportsForLedgerPublisher(QldbAsyncClient client,
ListJournalS3ExportsForLedgerRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListJournalS3ExportsForLedgerRequestMarshaller.marshall(ListJournalS3ExportsForLedgerRequest listJournalS3ExportsForLedgerRequest) |
Copyright © 2021. All rights reserved.