| 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 ListJournalS3ExportsResponse |
QldbClient.listJournalS3Exports(Consumer<ListJournalS3ExportsRequest.Builder> listJournalS3ExportsRequest)
Returns an array of journal export job descriptions for all ledgers that are associated with the current Amazon
Web Services account and Region.
|
default ListJournalS3ExportsResponse |
QldbClient.listJournalS3Exports(ListJournalS3ExportsRequest listJournalS3ExportsRequest)
Returns an array of journal export job descriptions for all ledgers that are associated with the current Amazon
Web Services account and Region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListJournalS3ExportsResponse> |
QldbAsyncClient.listJournalS3Exports(Consumer<ListJournalS3ExportsRequest.Builder> listJournalS3ExportsRequest)
Returns an array of journal export job descriptions for all ledgers that are associated with the current Amazon
Web Services account and Region.
|
default CompletableFuture<ListJournalS3ExportsResponse> |
QldbAsyncClient.listJournalS3Exports(ListJournalS3ExportsRequest listJournalS3ExportsRequest)
Returns an array of journal export job descriptions for all ledgers that are associated with the current Amazon
Web Services account and Region.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListJournalS3ExportsResponse> |
ListJournalS3ExportsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListJournalS3ExportsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListJournalS3ExportsResponse> subscriber) |
Copyright © 2022. All rights reserved.