Uses of Class
software.amazon.awssdk.services.qldb.model.ListLedgersRequest
-
Packages that use ListLedgersRequest 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 ListLedgersRequest in software.amazon.awssdk.services.qldb
Methods in software.amazon.awssdk.services.qldb with parameters of type ListLedgersRequest Modifier and Type Method Description default CompletableFuture<ListLedgersResponse>QldbAsyncClient. listLedgers(ListLedgersRequest listLedgersRequest)Returns all ledgers that are associated with the current Amazon Web Services account and Region.default ListLedgersResponseQldbClient. listLedgers(ListLedgersRequest listLedgersRequest)Returns all ledgers that are associated with the current Amazon Web Services account and Region.default ListLedgersPublisherQldbAsyncClient. listLedgersPaginator(ListLedgersRequest 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. -
Uses of ListLedgersRequest in software.amazon.awssdk.services.qldb.paginators
Constructors in software.amazon.awssdk.services.qldb.paginators with parameters of type ListLedgersRequest Constructor Description ListLedgersIterable(QldbClient client, ListLedgersRequest firstRequest)ListLedgersPublisher(QldbAsyncClient client, ListLedgersRequest firstRequest) -
Uses of ListLedgersRequest in software.amazon.awssdk.services.qldb.transform
Methods in software.amazon.awssdk.services.qldb.transform with parameters of type ListLedgersRequest Modifier and Type Method Description SdkHttpFullRequestListLedgersRequestMarshaller. marshall(ListLedgersRequest listLedgersRequest)
-