| Package | Description |
|---|---|
| com.amazonaws.services.qldb |
The resource management API for Amazon QLDB
|
| com.amazonaws.services.qldb.model |
| Modifier and Type | Method and Description |
|---|---|
ListLedgersResult |
AbstractAmazonQLDB.listLedgers(ListLedgersRequest request) |
ListLedgersResult |
AmazonQLDBClient.listLedgers(ListLedgersRequest request)
Returns all ledgers that are associated with the current Amazon Web Services account and Region.
|
ListLedgersResult |
AmazonQLDB.listLedgers(ListLedgersRequest listLedgersRequest)
Returns all ledgers that are associated with the current Amazon Web Services account and Region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListLedgersResult> |
AbstractAmazonQLDBAsync.listLedgersAsync(ListLedgersRequest request) |
Future<ListLedgersResult> |
AmazonQLDBAsync.listLedgersAsync(ListLedgersRequest listLedgersRequest)
Returns all ledgers that are associated with the current Amazon Web Services account and Region.
|
Future<ListLedgersResult> |
AmazonQLDBAsyncClient.listLedgersAsync(ListLedgersRequest request) |
Future<ListLedgersResult> |
AbstractAmazonQLDBAsync.listLedgersAsync(ListLedgersRequest request,
AsyncHandler<ListLedgersRequest,ListLedgersResult> asyncHandler) |
Future<ListLedgersResult> |
AmazonQLDBAsync.listLedgersAsync(ListLedgersRequest listLedgersRequest,
AsyncHandler<ListLedgersRequest,ListLedgersResult> asyncHandler)
Returns all ledgers that are associated with the current Amazon Web Services account and Region.
|
Future<ListLedgersResult> |
AmazonQLDBAsyncClient.listLedgersAsync(ListLedgersRequest request,
AsyncHandler<ListLedgersRequest,ListLedgersResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListLedgersResult> |
AbstractAmazonQLDBAsync.listLedgersAsync(ListLedgersRequest request,
AsyncHandler<ListLedgersRequest,ListLedgersResult> asyncHandler) |
Future<ListLedgersResult> |
AmazonQLDBAsync.listLedgersAsync(ListLedgersRequest listLedgersRequest,
AsyncHandler<ListLedgersRequest,ListLedgersResult> asyncHandler)
Returns all ledgers that are associated with the current Amazon Web Services account and Region.
|
Future<ListLedgersResult> |
AmazonQLDBAsyncClient.listLedgersAsync(ListLedgersRequest request,
AsyncHandler<ListLedgersRequest,ListLedgersResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListLedgersResult |
ListLedgersResult.clone() |
ListLedgersResult |
ListLedgersResult.withLedgers(Collection<LedgerSummary> ledgers)
The ledgers that are associated with the current Amazon Web Services account and Region.
|
ListLedgersResult |
ListLedgersResult.withLedgers(LedgerSummary... ledgers)
The ledgers that are associated with the current Amazon Web Services account and Region.
|
ListLedgersResult |
ListLedgersResult.withNextToken(String nextToken)
A pagination token, indicating whether there are more results available:
|
Copyright © 2024. All rights reserved.