| Package | Description |
|---|---|
| software.amazon.awssdk.services.qldb |
The control plane for Amazon QLDB
|
| Modifier and Type | Method and Description |
|---|---|
default CreateLedgerResponse |
QldbClient.createLedger(Consumer<CreateLedgerRequest.Builder> createLedgerRequest)
Creates a new ledger in your AWS account.
|
default CreateLedgerResponse |
QldbClient.createLedger(CreateLedgerRequest createLedgerRequest)
Creates a new ledger in your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateLedgerResponse> |
QldbAsyncClient.createLedger(Consumer<CreateLedgerRequest.Builder> createLedgerRequest)
Creates a new ledger in your AWS account.
|
default CompletableFuture<CreateLedgerResponse> |
QldbAsyncClient.createLedger(CreateLedgerRequest createLedgerRequest)
Creates a new ledger in your AWS account.
|
Copyright © 2021. All rights reserved.