Uses of Class
software.amazon.awssdk.services.qldb.model.ListJournalS3ExportsForLedgerResponse
-
Packages that use ListJournalS3ExportsForLedgerResponse Package Description software.amazon.awssdk.services.qldb The resource management API for Amazon QLDBsoftware.amazon.awssdk.services.qldb.paginators -
-
Uses of ListJournalS3ExportsForLedgerResponse in software.amazon.awssdk.services.qldb
Methods in software.amazon.awssdk.services.qldb that return ListJournalS3ExportsForLedgerResponse Modifier and Type Method Description default ListJournalS3ExportsForLedgerResponseQldbClient. listJournalS3ExportsForLedger(Consumer<ListJournalS3ExportsForLedgerRequest.Builder> listJournalS3ExportsForLedgerRequest)Returns all journal export jobs for a specified ledger.default ListJournalS3ExportsForLedgerResponseQldbClient. listJournalS3ExportsForLedger(ListJournalS3ExportsForLedgerRequest listJournalS3ExportsForLedgerRequest)Returns all journal export jobs for a specified ledger.Methods in software.amazon.awssdk.services.qldb that return types with arguments of type ListJournalS3ExportsForLedgerResponse Modifier and Type Method Description default CompletableFuture<ListJournalS3ExportsForLedgerResponse>QldbAsyncClient. listJournalS3ExportsForLedger(Consumer<ListJournalS3ExportsForLedgerRequest.Builder> listJournalS3ExportsForLedgerRequest)Returns all journal export jobs for a specified ledger.default CompletableFuture<ListJournalS3ExportsForLedgerResponse>QldbAsyncClient. listJournalS3ExportsForLedger(ListJournalS3ExportsForLedgerRequest listJournalS3ExportsForLedgerRequest)Returns all journal export jobs for a specified ledger. -
Uses of ListJournalS3ExportsForLedgerResponse in software.amazon.awssdk.services.qldb.paginators
Methods in software.amazon.awssdk.services.qldb.paginators that return types with arguments of type ListJournalS3ExportsForLedgerResponse Modifier and Type Method Description Iterator<ListJournalS3ExportsForLedgerResponse>ListJournalS3ExportsForLedgerIterable. iterator()Method parameters in software.amazon.awssdk.services.qldb.paginators with type arguments of type ListJournalS3ExportsForLedgerResponse Modifier and Type Method Description voidListJournalS3ExportsForLedgerPublisher. subscribe(org.reactivestreams.Subscriber<? super ListJournalS3ExportsForLedgerResponse> subscriber)
-