| 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 |
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.
|
ListLedgersResult |
AbstractAmazonQLDB.listLedgers(ListLedgersRequest request) |
Future<ListLedgersResult> |
AmazonQLDBAsyncClient.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> |
AbstractAmazonQLDBAsync.listLedgersAsync(ListLedgersRequest request) |
Future<ListLedgersResult> |
AmazonQLDBAsyncClient.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> |
AbstractAmazonQLDBAsync.listLedgersAsync(ListLedgersRequest request,
AsyncHandler<ListLedgersRequest,ListLedgersResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListLedgersResult> |
AmazonQLDBAsyncClient.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> |
AbstractAmazonQLDBAsync.listLedgersAsync(ListLedgersRequest request,
AsyncHandler<ListLedgersRequest,ListLedgersResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListLedgersRequest |
ListLedgersRequest.clone() |
ListLedgersRequest |
ListLedgersRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in a single
ListLedgers request. |
ListLedgersRequest |
ListLedgersRequest.withNextToken(String nextToken)
A pagination token, indicating that you want to retrieve the next page of results.
|
Copyright © 2024. All rights reserved.