| Package | Description |
|---|---|
| software.amazon.awssdk.services.qldb |
The control plane for Amazon QLDB
|
| software.amazon.awssdk.services.qldb.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListLedgersResponse |
QldbClient.listLedgers(Consumer<ListLedgersRequest.Builder> listLedgersRequest)
Returns an array of ledger summaries that are associated with the current account and Region.
|
default ListLedgersResponse |
QldbClient.listLedgers(ListLedgersRequest listLedgersRequest)
Returns an array of ledger summaries that are associated with the current account and Region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListLedgersResponse> |
QldbAsyncClient.listLedgers(Consumer<ListLedgersRequest.Builder> listLedgersRequest)
Returns an array of ledger summaries that are associated with the current account and Region.
|
default CompletableFuture<ListLedgersResponse> |
QldbAsyncClient.listLedgers(ListLedgersRequest listLedgersRequest)
Returns an array of ledger summaries that are associated with the current account and Region.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListLedgersResponse> |
ListLedgersIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListLedgersPublisher.subscribe(org.reactivestreams.Subscriber<? super ListLedgersResponse> subscriber) |
Copyright © 2021. All rights reserved.