Uses of Interface
software.amazon.awssdk.services.qldb.model.ListLedgersRequest.Builder
-
Packages that use ListLedgersRequest.Builder Package Description software.amazon.awssdk.services.qldb The resource management API for Amazon QLDBsoftware.amazon.awssdk.services.qldb.model -
-
Uses of ListLedgersRequest.Builder in software.amazon.awssdk.services.qldb
Method parameters in software.amazon.awssdk.services.qldb with type arguments of type ListLedgersRequest.Builder 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 ListLedgersResponseQldbClient. listLedgers(Consumer<ListLedgersRequest.Builder> listLedgersRequest)Returns all ledgers that are associated with the current Amazon Web Services account and Region.default ListLedgersPublisherQldbAsyncClient. listLedgersPaginator(Consumer<ListLedgersRequest.Builder> listLedgersRequest)Returns all ledgers that are associated with the current Amazon Web Services account and Region.default ListLedgersIterableQldbClient. listLedgersPaginator(Consumer<ListLedgersRequest.Builder> listLedgersRequest)Returns all ledgers that are associated with the current Amazon Web Services account and Region. -
Uses of ListLedgersRequest.Builder in software.amazon.awssdk.services.qldb.model
Methods in software.amazon.awssdk.services.qldb.model that return ListLedgersRequest.Builder Modifier and Type Method Description static ListLedgersRequest.BuilderListLedgersRequest. builder()ListLedgersRequest.BuilderListLedgersRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in a singleListLedgersrequest.ListLedgersRequest.BuilderListLedgersRequest.Builder. nextToken(String nextToken)A pagination token, indicating that you want to retrieve the next page of results.ListLedgersRequest.BuilderListLedgersRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListLedgersRequest.BuilderListLedgersRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListLedgersRequest.BuilderListLedgersRequest. toBuilder()Methods in software.amazon.awssdk.services.qldb.model that return types with arguments of type ListLedgersRequest.Builder Modifier and Type Method Description static Class<? extends ListLedgersRequest.Builder>ListLedgersRequest. serializableBuilderClass()
-