Uses of Class
software.amazon.awssdk.services.qldb.model.ListLedgersResponse
-
Packages that use ListLedgersResponse Package Description software.amazon.awssdk.services.qldb The resource management API for Amazon QLDBsoftware.amazon.awssdk.services.qldb.paginators -
-
Uses of ListLedgersResponse in software.amazon.awssdk.services.qldb
Methods in software.amazon.awssdk.services.qldb that return ListLedgersResponse Modifier and Type Method Description default ListLedgersResponseQldbClient. listLedgers(Consumer<ListLedgersRequest.Builder> 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.Methods in software.amazon.awssdk.services.qldb that return types with arguments of type ListLedgersResponse Modifier and Type Method Description default CompletableFuture<ListLedgersResponse>QldbAsyncClient. listLedgers(Consumer<ListLedgersRequest.Builder> listLedgersRequest)Returns all ledgers that are associated with the current Amazon Web Services account and Region.default CompletableFuture<ListLedgersResponse>QldbAsyncClient. listLedgers(ListLedgersRequest listLedgersRequest)Returns all ledgers that are associated with the current Amazon Web Services account and Region. -
Uses of ListLedgersResponse in software.amazon.awssdk.services.qldb.paginators
Methods in software.amazon.awssdk.services.qldb.paginators that return types with arguments of type ListLedgersResponse Modifier and Type Method Description Iterator<ListLedgersResponse>ListLedgersIterable. iterator()Method parameters in software.amazon.awssdk.services.qldb.paginators with type arguments of type ListLedgersResponse Modifier and Type Method Description voidListLedgersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListLedgersResponse> subscriber)
-