| Package | Description |
|---|---|
| software.amazon.awssdk.services.qldb |
The control plane for Amazon QLDB
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteLedgerResponse |
QldbClient.deleteLedger(Consumer<DeleteLedgerRequest.Builder> deleteLedgerRequest)
Deletes a ledger and all of its contents.
|
default DeleteLedgerResponse |
QldbClient.deleteLedger(DeleteLedgerRequest deleteLedgerRequest)
Deletes a ledger and all of its contents.
|
default ExportJournalToS3Response |
QldbClient.exportJournalToS3(Consumer<ExportJournalToS3Request.Builder> exportJournalToS3Request)
Exports journal contents within a date and time range from a ledger into a specified Amazon Simple Storage
Service (Amazon S3) bucket.
|
default ExportJournalToS3Response |
QldbClient.exportJournalToS3(ExportJournalToS3Request exportJournalToS3Request)
Exports journal contents within a date and time range from a ledger into a specified Amazon Simple Storage
Service (Amazon S3) bucket.
|
default GetBlockResponse |
QldbClient.getBlock(Consumer<GetBlockRequest.Builder> getBlockRequest)
Returns a journal block object at a specified address in a ledger.
|
default GetBlockResponse |
QldbClient.getBlock(GetBlockRequest getBlockRequest)
Returns a journal block object at a specified address in a ledger.
|
default GetDigestResponse |
QldbClient.getDigest(Consumer<GetDigestRequest.Builder> getDigestRequest)
Returns the digest of a ledger at the latest committed block in the journal.
|
default GetDigestResponse |
QldbClient.getDigest(GetDigestRequest getDigestRequest)
Returns the digest of a ledger at the latest committed block in the journal.
|
default GetRevisionResponse |
QldbClient.getRevision(Consumer<GetRevisionRequest.Builder> getRevisionRequest)
Returns a revision data object for a specified document ID and block address.
|
default GetRevisionResponse |
QldbClient.getRevision(GetRevisionRequest getRevisionRequest)
Returns a revision data object for a specified document ID and block address.
|
Copyright © 2019. All rights reserved.