Uses of Class
software.amazon.awssdk.services.qldb.model.ListJournalS3ExportsResponse
-
Packages that use ListJournalS3ExportsResponse Package Description software.amazon.awssdk.services.qldb The resource management API for Amazon QLDBsoftware.amazon.awssdk.services.qldb.paginators -
-
Uses of ListJournalS3ExportsResponse in software.amazon.awssdk.services.qldb
Methods in software.amazon.awssdk.services.qldb that return ListJournalS3ExportsResponse Modifier and Type Method Description default ListJournalS3ExportsResponseQldbClient. listJournalS3Exports(Consumer<ListJournalS3ExportsRequest.Builder> listJournalS3ExportsRequest)Returns all journal export jobs for all ledgers that are associated with the current Amazon Web Services account and Region.default ListJournalS3ExportsResponseQldbClient. listJournalS3Exports(ListJournalS3ExportsRequest listJournalS3ExportsRequest)Returns all journal export jobs for all ledgers that are associated with the current Amazon Web Services account and Region.Methods in software.amazon.awssdk.services.qldb that return types with arguments of type ListJournalS3ExportsResponse Modifier and Type Method Description default CompletableFuture<ListJournalS3ExportsResponse>QldbAsyncClient. listJournalS3Exports(Consumer<ListJournalS3ExportsRequest.Builder> listJournalS3ExportsRequest)Returns all journal export jobs for all ledgers that are associated with the current Amazon Web Services account and Region.default CompletableFuture<ListJournalS3ExportsResponse>QldbAsyncClient. listJournalS3Exports(ListJournalS3ExportsRequest listJournalS3ExportsRequest)Returns all journal export jobs for all ledgers that are associated with the current Amazon Web Services account and Region. -
Uses of ListJournalS3ExportsResponse in software.amazon.awssdk.services.qldb.paginators
Methods in software.amazon.awssdk.services.qldb.paginators that return types with arguments of type ListJournalS3ExportsResponse Modifier and Type Method Description Iterator<ListJournalS3ExportsResponse>ListJournalS3ExportsIterable. iterator()Method parameters in software.amazon.awssdk.services.qldb.paginators with type arguments of type ListJournalS3ExportsResponse Modifier and Type Method Description voidListJournalS3ExportsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListJournalS3ExportsResponse> subscriber)
-