| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateLedgerResponse> |
QldbAsyncClient.createLedger(Consumer<CreateLedgerRequest.Builder> createLedgerRequest)
Creates a new ledger in your Amazon Web Services account in the current Region.
|
default CompletableFuture<CreateLedgerResponse> |
QldbAsyncClient.createLedger(CreateLedgerRequest createLedgerRequest)
Creates a new ledger in your Amazon Web Services account in the current Region.
|
Copyright © 2023. All rights reserved.