| Package | Description |
|---|---|
| software.amazon.awssdk.services.qldb |
The control plane for Amazon QLDB
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeJournalS3ExportResponse |
QldbClient.describeJournalS3Export(Consumer<DescribeJournalS3ExportRequest.Builder> describeJournalS3ExportRequest)
Returns information about a journal export job, including the ledger name, export ID, creation time, current
status, and the parameters of the original export creation request.
|
default DescribeJournalS3ExportResponse |
QldbClient.describeJournalS3Export(DescribeJournalS3ExportRequest describeJournalS3ExportRequest)
Returns information about a journal export job, including the ledger name, export ID, creation time, current
status, and the parameters of the original export creation request.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeJournalS3ExportResponse> |
QldbAsyncClient.describeJournalS3Export(Consumer<DescribeJournalS3ExportRequest.Builder> describeJournalS3ExportRequest)
Returns information about a journal export job, including the ledger name, export ID, creation time, current
status, and the parameters of the original export creation request.
|
default CompletableFuture<DescribeJournalS3ExportResponse> |
QldbAsyncClient.describeJournalS3Export(DescribeJournalS3ExportRequest describeJournalS3ExportRequest)
Returns information about a journal export job, including the ledger name, export ID, creation time, current
status, and the parameters of the original export creation request.
|
Copyright © 2022. All rights reserved.