Uses of Class
software.amazon.awssdk.services.qldb.model.ListJournalS3ExportsRequest
-
Packages that use ListJournalS3ExportsRequest Package Description software.amazon.awssdk.services.qldb The resource management API for Amazon QLDBsoftware.amazon.awssdk.services.qldb.paginators software.amazon.awssdk.services.qldb.transform -
-
Uses of ListJournalS3ExportsRequest in software.amazon.awssdk.services.qldb
Methods in software.amazon.awssdk.services.qldb with parameters of type ListJournalS3ExportsRequest Modifier and Type Method Description 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.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.default ListJournalS3ExportsPublisherQldbAsyncClient. listJournalS3ExportsPaginator(ListJournalS3ExportsRequest listJournalS3ExportsRequest)Returns all journal export jobs for all ledgers that are associated with the current Amazon Web Services account and Region.default ListJournalS3ExportsIterableQldbClient. listJournalS3ExportsPaginator(ListJournalS3ExportsRequest listJournalS3ExportsRequest)Returns all journal export jobs for all ledgers that are associated with the current Amazon Web Services account and Region. -
Uses of ListJournalS3ExportsRequest in software.amazon.awssdk.services.qldb.paginators
Constructors in software.amazon.awssdk.services.qldb.paginators with parameters of type ListJournalS3ExportsRequest Constructor Description ListJournalS3ExportsIterable(QldbClient client, ListJournalS3ExportsRequest firstRequest)ListJournalS3ExportsPublisher(QldbAsyncClient client, ListJournalS3ExportsRequest firstRequest) -
Uses of ListJournalS3ExportsRequest in software.amazon.awssdk.services.qldb.transform
Methods in software.amazon.awssdk.services.qldb.transform with parameters of type ListJournalS3ExportsRequest Modifier and Type Method Description SdkHttpFullRequestListJournalS3ExportsRequestMarshaller. marshall(ListJournalS3ExportsRequest listJournalS3ExportsRequest)
-