| Package | Description |
|---|---|
| software.amazon.awssdk.services.qldb |
The resource management API for Amazon QLDB
|
| software.amazon.awssdk.services.qldb.paginators | |
| software.amazon.awssdk.services.qldb.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListLedgersResponse> |
QldbAsyncClient.listLedgers(ListLedgersRequest listLedgersRequest)
Returns all ledgers that are associated with the current Amazon Web Services account and Region.
|
default ListLedgersResponse |
QldbClient.listLedgers(ListLedgersRequest listLedgersRequest)
Returns all ledgers that are associated with the current Amazon Web Services account and Region.
|
default ListLedgersPublisher |
QldbAsyncClient.listLedgersPaginator(ListLedgersRequest listLedgersRequest)
Returns all ledgers that are associated with the current Amazon Web Services account and Region.
|
default ListLedgersIterable |
QldbClient.listLedgersPaginator(ListLedgersRequest listLedgersRequest)
Returns all ledgers that are associated with the current Amazon Web Services account and Region.
|
| Constructor and Description |
|---|
ListLedgersIterable(QldbClient client,
ListLedgersRequest firstRequest) |
ListLedgersPublisher(QldbAsyncClient client,
ListLedgersRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListLedgersRequestMarshaller.marshall(ListLedgersRequest listLedgersRequest) |
Copyright © 2023. All rights reserved.