| Package | Description |
|---|---|
| software.amazon.awssdk.services.qldb |
The resource management API for Amazon QLDB
|
| Modifier and Type | Method and Description |
|---|---|
default CreateLedgerResponse |
QldbClient.createLedger(Consumer<CreateLedgerRequest.Builder> createLedgerRequest)
Creates a new ledger in your Amazon Web Services account in the current Region.
|
default CreateLedgerResponse |
QldbClient.createLedger(CreateLedgerRequest createLedgerRequest)
Creates a new ledger in your Amazon Web Services account in the current Region.
|
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.
|
Copyright © 2023. All rights reserved.