Uses of Class
software.amazon.awssdk.services.qldb.paginators.ListLedgersIterable
-
Packages that use ListLedgersIterable Package Description software.amazon.awssdk.services.qldb The resource management API for Amazon QLDB -
-
Uses of ListLedgersIterable in software.amazon.awssdk.services.qldb
Methods in software.amazon.awssdk.services.qldb that return ListLedgersIterable Modifier and Type Method Description default ListLedgersIterableQldbClient. listLedgersPaginator(Consumer<ListLedgersRequest.Builder> listLedgersRequest)Returns all ledgers that are associated with the current Amazon Web Services account and Region.default ListLedgersIterableQldbClient. listLedgersPaginator(ListLedgersRequest listLedgersRequest)Returns all ledgers that are associated with the current Amazon Web Services account and Region.
-