| Package | Description |
|---|---|
| com.amazonaws.services.qldb |
The resource management API for Amazon QLDB
|
| com.amazonaws.services.qldb.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListJournalS3ExportsForLedgerResult> |
AmazonQLDBAsyncClient.listJournalS3ExportsForLedgerAsync(ListJournalS3ExportsForLedgerRequest request,
AsyncHandler<ListJournalS3ExportsForLedgerRequest,ListJournalS3ExportsForLedgerResult> asyncHandler) |
Future<ListJournalS3ExportsForLedgerResult> |
AbstractAmazonQLDBAsync.listJournalS3ExportsForLedgerAsync(ListJournalS3ExportsForLedgerRequest request,
AsyncHandler<ListJournalS3ExportsForLedgerRequest,ListJournalS3ExportsForLedgerResult> asyncHandler) |
Future<ListJournalS3ExportsForLedgerResult> |
AmazonQLDBAsync.listJournalS3ExportsForLedgerAsync(ListJournalS3ExportsForLedgerRequest listJournalS3ExportsForLedgerRequest,
AsyncHandler<ListJournalS3ExportsForLedgerRequest,ListJournalS3ExportsForLedgerResult> asyncHandler)
Returns all journal export jobs for a specified ledger.
|
| Modifier and Type | Method and Description |
|---|---|
ListJournalS3ExportsForLedgerRequest |
ListJournalS3ExportsForLedgerRequest.clone() |
ListJournalS3ExportsForLedgerRequest |
ListJournalS3ExportsForLedgerRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in a single
ListJournalS3ExportsForLedger request. |
ListJournalS3ExportsForLedgerRequest |
ListJournalS3ExportsForLedgerRequest.withName(String name)
The name of the ledger.
|
ListJournalS3ExportsForLedgerRequest |
ListJournalS3ExportsForLedgerRequest.withNextToken(String nextToken)
A pagination token, indicating that you want to retrieve the next page of results.
|
Copyright © 2024. All rights reserved.